Generate SQL commands for setting up table indexes and views.
table name
columns with their types {name: type}
{name: type}
options {pk, index, tsvector}
{pk, index, tsvector}
Accumulator for the SQL string (internal use).
SQL commands for setting up the table indexes and views
Generated using TypeDoc
Generate SQL commands for setting up table indexes and views.