Fluent create()
bool disableForeignKeyConstraints() Disable foreign key constraints.
$this setConnection(Connection $connection)
void create(string $table, Closure $callback)
Fluent bigIncrements(string $column)
$this removeColumn(string $name) Remove a column from the schema blueprint
Fluent softDeletesTz()
string getTable() Get the table the blueprint describes.
Fluent increments(string $column)
void dropSoftDeletes() Indicate that the soft delete column should be dropped
Page 3 of 13