Database Table SexType |
[This is preliminary documentation and is subject to change.]
Each row in this table contains a enum valu and its corresponding text representation
Field name | Type | Note | Description |
---|---|---|---|
Number | INT | Primary key | Enum value identifying sex |
NameAdult | VARCHAR(20) | Corresponding text to use for adult | |
NameChild | VARCHAR(20) | Corresponding text to use for child |
SexType is a lookup table.