MySqlBuilder class MySqlBuilder extends
Fluent create()
void __construct(string $table, Closure $callback = null)
Fluent json(string $column)
$this removeColumn(string $name) Remove a column from the schema blueprint
array getAddedColumns() Get the columns on the blueprint that should be
Fluent boolean(string $column)
Fluent tinyInteger(string $column, bool $autoIncrement = false, bool $unsigned
Fluent dropPrimary(string|array $index = null)
Fluent bigIncrements(string $column)
Page 1 of 28