Data rows and column values
Built-in table:
Extra table:
Built-in tables do not have to specify a primary key column. When not specified, all rows are automatically assigned primary key value from the sequence table. When present and equal to “0” or [I:0] they are assigned from the sequence table. When primary key column values are greater than 0, they are used as-is, however, the operation aborts if there is a collision.
Insert Example
- Agent RESTful API
- Core API
Insert example
y_rental table. Other unspecified columns in the table will be set to default values. As is with all extra tables, the primary key y_rental.id will be auto-incremented by the database.