Creates a record in the database, either with an auto-generated id or a specific id.
Arguments
| Arguments | Description |
|---|---|
content
| The model instance to create. The table is derived from the model. |
recordID
|
A SurrealRecordID to create the record with a specific id.
|