ticket_priority
An enumeration table listing the priorities defined in the system.
| Column name | Description | Data type |
|---|---|---|
| ticket_priority | Primary key. | integer |
| name | text | |
| rank | The rank of the priority. Lower numbers are less urgent. | integer |
| urgent | True if the priority represents an urgent priority. | boolean |