Models/Classes
Database models/classes
A database model is defined with the db_model
keyword (db_class
is deprecated) keyword followed by the name of the model.
Models are built up of three parts (two are required and one is optional).
1. Columns
Last updated