Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | VARCHAR | 36 | null |
|
|
The ID of the event. |
||
name_key | VARCHAR | 255 | null |
|
|
The message key for the name of the event. |
||
image_url | VARCHAR | 45 | √ | null |
|
|
The base URL for the image that represents the event. |
|
type | enum('NUMERIC', 'TIME') | 7 | null |
|
|
The type of the event. Possible values are: “NUMERIC” - Event is a plain number. “TIME” - Event is a measure of time. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
id_UNIQUE | Must be unique | Asc | id |
name_key_UNIQUE | Must be unique | Asc | name_key |