Generate SQL command for CREATE TABLE.
table name
columns {name: type}
{name: type}
options {pk}
{pk}
string to accumulate to (internal use)
SQL command for creating the table
Generated using TypeDoc
Generate SQL command for CREATE TABLE.