| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Comment | Comments | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| Description | Trip Stop Location Description | nvarchar | |
| Id | Trip Stop Location Id | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| Sequence | Trip Stop Location Sequence | smallint | |
| StopLocationCode | Stop Location Code | nvarchar | |
| StopLocationDescription | Stop Location Description | nvarchar | |
| StopLocationId | Stop Location Id | int | |
| TripId | Trip Id | int | vr_Trip |
| TripOrderNumber | Trip Order Number | int |