Blueprint::removeColumn()
  • References/PHP/Laravel/Database/Schema

$this removeColumn(string $name) Remove a column from the schema blueprint

2025-01-10 15:47:30
SoftDeletingTrait
  • References/PHP/Laravel/Database/Eloquent

SoftDeletingTrait trait SoftDeletingTrait (

2025-01-10 15:47:30
MorphPivot::getCreatedAtColumn()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getCreatedAtColumn() Get the name of the "created at" column.

2025-01-10 15:47:30
Collection::whereIn()
  • References/PHP/Laravel/Database/Eloquent

Collection whereIn(string $key, mixed $values, bool $strict = false)

2025-01-10 15:47:30
MorphToMany::wherePivot()
  • References/PHP/Laravel/Database/Eloquent/Relations

BelongsToMany wherePivot(string

2025-01-10 15:47:30
BelongsToMany::detach()
  • References/PHP/Laravel/Database/Eloquent/Relations

int detach(mixed $ids = array(), bool $touch = true) Detach models from

2025-01-10 15:47:30
BelongsToMany::addEagerConstraints()
  • References/PHP/Laravel/Database/Eloquent/Relations

void addEagerConstraints(array $models) Set the constraints for an eager

2025-01-10 15:47:30
BelongsToMany::first()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed first(array $columns = array('*')) Execute the query and get the

2025-01-10 15:47:30
SeederMakeCommand::table()
  • References/PHP/Laravel/Database/Console/Seeds

void table(array $headers, Arrayable|array $rows,

2025-01-10 15:47:30
SoftDeletes::getDeletedAtColumn()
  • References/PHP/Laravel/Database/Eloquent

string getDeletedAtColumn() Get the name of the "deleted at" column.

2025-01-10 15:47:30