14.1 sp562_gps_travel_status
This table holds the definitions of the valid travel status.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
travel_status | int | ||
meaning | varchar(50) | ||
icon_url | varchar(100) |
Keys
primary key (travel_status)
Column Descriptions
Field | Description |
---|---|
travel_status | An integer and a unique reference to a travel status. |
description | The name of the travel status. |
icon_url | The URL of the file (e.g. a .png file) containing the icon to use to to depict the travel status. |