The lookup table containing dam type descriptions.
| Field Name | Field Description | Data Type | Field Size* | DamTypeID | The primary key for table DamType | tinyint | 1 | DamType | The dam type (earth, rockfill/gravity, arch, etc.) | varchar | 50 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.