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. |