| 79 | |
| 80 | The priorities table contains the priority name, the numeric value of the priority and the friendly description of the priority. |
| 81 | ||||||||||||= priorities Table =|| |
| 82 | ||= Key =||= Field Name =||= Value Type =||= Constraints =||= Notes =|| |
| 83 | || Primary Key || priority_name || Text (variable length) || Required || Value for priority. (There should be a valid CSS class to match this) || |
| 84 | || || value || Integer(2 Bytes) || Required || Integer value for the priority. Not sure what this is used for. || |
| 85 | || || description || Text (variable length) || Required || Friendly description of the priority. || |
| 86 | |
| 87 | The progress table contains the progress name, the numeric value of the progress and the friendly description of the progress. |
| 88 | ||||||||||||= progress Table =|| |
| 89 | ||= Key =||= Field Name =||= Value Type =||= Constraints =||= Notes =|| |
| 90 | || Primary Key || progress_name || Text (variable length) || Required || Value for progress. (There should be a valid CSS class to match this) || |
| 91 | || || value || Integer(2 Bytes) || Required || Integer value for the progress. Not sure what this is used for. || |
| 92 | || || description || Text (variable length) || Required || Friendly description of the progress. || |
| 93 | |
| 94 | The sensors table contains the sensor and the type of sensor it is. E.g the sensor name would be "Fenix" and type would be "Hyperspectral". |
| 95 | ||||||||||||= sensors Table =|| |
| 96 | ||= Key =||= Field Name =||= Value Type =||= Constraints =||= Notes =|| |
| 97 | || Primary Key || sensor_name || Text (variable length) || Required || || |
| 98 | || || sensor_type || Text (variable length) || Required || || |
| 99 | |
| 100 | |
| 101 | |
| 102 | |
| 103 | |
| 104 | |
| 105 | |
| 106 | |
| 107 | |