All pages
Powered by GitBook
1 of 1

Create

This method allows you to create a table object.

Example:

This would convert to the following SQL in MySQL:

Only one table can be created at a time. If you wanted to create multiple tables, you would call create multiple times.