Generate SQL commands to set up a table (create, insert, index).
table name
columns with their types {name: type}
{name: type}
rows to insert (optional)
options {pk, index, tsvector}
{pk, index, tsvector}
string to accumulate to (internal use)
SQL commands for setting up the table
Generated using TypeDoc
Generate SQL commands to set up a table (create, insert, index).