->create()Creates a record in the database.
| Arguments | Description | ||
|---|---|---|---|
| thingrequired | The table name or a  | ||
| dataoptional | The document / record data to create. | 
This function will run the following query in the database.
CREATE $thing CONTENT $data;