dic_color

124 rows


Description

Dictionary of colors, with and without Munsell codes, separated into name, qualifier, shade

Columns

Column Type Size Nulls Auto Default Children Parents Comments
color_id serial 10 nextval('color_color_id_seq'::regclass)
sample.color_id color_sample_fkR

PK. Unique ID. Generated by the database

color_name varchar 50 null

Basic color name

color_qualifier varchar 50 null

Color qualifier e.g. greyish, yellowish, greenish etc.

color_shade varchar 50 null

Color shale e.g. dark, pale, medium dark etc.

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()
color_name_full varchar 250 null

Full color name

Indexes

Constraint Name Type Sort Column(s)
color_id Primary key Asc color_id

Relationships