Model Fields
Please find below a list of all build-in field's types of the Qcadoo Framework.
- BelongsTo Field — belongsTo - many-to-one relation.
- Boolean field — boolean - true/false value.
- Date field — date - date.
- Datetime field — datetime - date with time.
- Decimal field — decimal - decimal number.
- Dictionary Field — dictionary - value from dictionary.
- Enum Field — enum - predefined value.
- HasMany Field — hasMany - one-to-many relation.
- Integer field — integer - integer number.
- ManyToMany Field — manyToMany - many-to-many relation.
- Password Field — password - password.
- Priority Field — priority - priority.
- String field — string - short text.
- Text field — text - long text.
- Tree Field — tree - tree-structured one-to-many relation.