sys.db
.. | |
---|---|
RecordField | |
RecordInfos | |
RecordRelation | |
SBigId | big int with auto increment |
SBigInt | |
SBinary | MediumBlob type (up to 24MB) |
SBool | use |
SBytes | same as binary(n) |
SData | allow to store any value in serialized form |
SDate | date only, use |
SDateTime | mysql DateTime |
SEncoded | specify that the integer use custom encoding |
SEnum | allow to store an enum value that does not have parameters as a simple int |
SFlags | a set of bitflags of different enum values |
SFloat | double precision float |
SId | int with auto increment |
SInt | |
SLongBinary | LongBlob type (up to 4GB) |
SMediumInt | three bytes signed |
SMediumUInt | three bytes |
SNekoSerialized | native neko serialized bytes |
SNull | specify that this field is nullable |
SSerialized | Haxe Serialized string |
SSingle | single precision float |
SSmallBinary | Blob type (up to 64KB) |
SSmallFlags | same as |
SSmallInt | two bytes signed |
SSmallText | Text (up to 64KB) |
SSmallUInt | two bytes |
SString | same as |
SText | MediumText (up to 24MB) |
STimeStamp | mysql Timestamp |
STinyInt | one byte signed |
STinyText | TinyText (up to 255 bytes) |
STinyUInt | one byte |
SUId | int unsigned with auto increment |
SUInt |