Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|
| colour_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
| colour_name | varchar(30) | 30 |
|
|
Descriptive name of the colour. |
|||||
| date_updated | timestamptz | 35,6 | √ |
|
|
|||||
| method_id | int4 | 10 |
|
|
Specifies the method or colour space used for classification. |
|||||
| rgb | int4 | 10 | √ |
|
|
RGB value representing the colour in the RGB colour model. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_colours_pkey | Primary key | Asc | colour_id |
| tbl_colours_colour_name_key | Must be unique | Asc | colour_name |
| tbl_colours_colour_name_unique | Must be unique | Asc | colour_name |

