Builder
class Builder (View source)
Methods
void __construct(Connection $connection) Create a new database Schema manager. bool hasTable(string $table) Determine if the given table exists. bool hasColumn(string $table, string $column) Determine if the given table has a given column. bool hasColumns(string $table, array $columns) Determine if the given table has given columns. string getColumnType(string $table, string $column) Get the data type for the given column nam