You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates the table in the database, using the column definitions provided to the Table Definition object. If the force parameter was set when creating the Table Definition, then the table (if it already exists) will be dropped first.
Function Syntax
t = createTable(name);
// ... one or more column definitions here ...
t.create();