Lookup table for describing the type of fishway.
| Field Name | Field Description | Data Type | Field Size* | FishWayTypeID | Code describing the type of fishway | tinyint | 1 | FishWayType | Text description for type of fishway | varchar | 50 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.