Fluent dropUnique(string|array $index)
PostgresBuilder class PostgresBuilder extends
Blueprint table(string $table,
Fluent char(string $column, int $length = 255)
array getColumnListing(string $table) Get the column listing for a given
void timestampsTz() Add creation and update timestampTz columns to the
void rename(string $from, string $to) Rename a table on the schema.
void dropTimestampsTz() Indicate that the timestamp columns should be dropped
bool enableForeignKeyConstraints() Enable foreign key constraints.
void morphs(string $name, string|null $indexName = null) Add the proper
Page 4 of 13