Database table names and descriptions.
| Field Name | Field Description | Data Type | Field Size* | Name | Name of the database table | varchar | 30 | ID | ID number for the database table | int | 4 | Description | Description of the database table | text | 16 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.