One to one relationship with the MitLocation table (using the SpatialType value in the Location table to direct to this table).
| Field Name | Field Description | Data Type | Field Size* | ProjID | StreamNet project ID. Cross reference to MitProject table. | int | 4 | WLID | ID code unique to each work type by location, within a project. Cross reference to MitLocation table. | tinyint | 1 | Longitude | Longitude of the point in decimal degrees using the 1983 North American Datum (NAD83). | decimal | 9 | Latitude | Latitude of the point in decimal degrees using the 1983 North American Datum (NAD83). | decimal | 9 | Comments | Additional information or comments. | text | 16 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.