fields
Interfaces, Classes and Traits
- ChildrenField
- The children field allows the application to maintain a relationship in the database that acts like an array of models that depend on the current model.
- IntegerField
- Represents a table's field in a database. Contains information about the table the field belongs to, the name of the field and if it is (or not) a primary key or auto-increment field.
- Reference
- Elements of this class indicate a connection between two Models, this allows spitfire to let you use relational databases just like they were objects (connected to each other). While real elements are scattered around tables in no apparent manner.
- StringField
- Represents a table's field in a database. Contains information about the table the field belongs to, the name of the field and if it is (or not) a primary key or auto-increment field.