PostgresBuilder
class PostgresBuilder extends Builder (View source)
Methods
void __construct(Connection $connection) Create a new database Schema manager. from Builder 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. from Builder bool hasColumns(string $table, array $columns) Determine if the given table has given columns. from Builder string getColumnType(strin