array getColumns() Get the columns on the blueprint.
bool hasColumn(string $table, string $column) Determine if the given table
void drop(string $table) Drop a table from the schema.
Fluent rememberToken()
Fluent integer(string $column, bool $autoIncrement = false, bool $unsigned
string getColumnType(string $table, string $column) Get the data type for
bool disableForeignKeyConstraints() Disable foreign key constraints.
Fluent ipAddress(string $column)
Fluent dateTimeTz(string $column)
void dropIfExists(string $table) Drop a table from the schema if it exists
Page 12 of 13