Expand description
Contains the per-field traits required for teil to work
Enums§
- BigSerial
- Equivalent to
Option<i64>, but for automatic values set by the database - Serial
- Equivalent to
Option<i32>, but for automatic values set by the database - Small
Serial - Equivalent to
Option<i16>, but for automatic values set by the database
Traits§
- Sync
Teil Field - Fields supported by teil to be saved in the database
- Sync
Teil Serial Field - Fields that can be treated as serial fields supported by teil to be saved in the database
- Teil
Field - Fields supported by teil to be saved in the database
- Teil
Serial Field - Fields that can be treated as serial fields supported by teil to be saved in the database