void dropTimestamps() Indicate that the timestamp columns should be dropped. Return Value void
void dropSoftDeletesTz() Indicate that the soft delete column should be dropped. Return Value void
void dropSoftDeletes() Indicate that the soft delete column should be dropped. Return Value void
void dropRememberToken() Indicate that the remember token column should be dropped. Return Value void
Fluent dropPrimary(string|array $index = null) Indicate that the given primary key should be dropped. Parameters string|array $index Return Value Fluent
Fluent dropIndex(string|array $index) Indicate that the given index should be dropped. Parameters string|array $index Return Value Fluent
Fluent dropIfExists() Indicate that the table should be dropped if it exists. Return Value Fluent
Fluent dropForeign(string|array $index) Indicate that the given foreign key should be dropped. Parameters string|array $index Return Value Fluent
Fluent dropColumn(array|mixed $columns) Indicate that the given columns should be dropped. Parameters array|mixed $columns Return Value Fluent
Fluent drop() Indicate that the table should be dropped. Return Value Fluent
Page 921 of 996