void nullableTimestamps() Add nullable creation and update timestamps to
Fluent rename(string $to)
void drop(string $table) Drop a table from the schema.
Fluent dropColumn(array|mixed $columns)
Fluent dropIndex(string|array $index)
Fluent longText(string $column)
Fluent unsignedMediumInteger(string $column, bool $autoIncrement = false)
array getColumnListing(string $table) Get the column listing for a given
bool hasColumns(string $table, array $columns) Determine if the given table
Page 8 of 13