moped_proj_component_tags

0 rows


Description

Tracks many tags per project component

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('moped_proj_component_tags_id_seq'::regclass)
project_component_id int4 10 null
moped_proj_components.project_component_id moped_proj_component_tags_project_component_id_fkeyC
component_tag_id int4 10 null
moped_component_tags.id moped_proj_component_tags_component_tag_id_fkeyC
is_deleted bool 1 false
created_at timestamptz 35,6 now()

Timestamp when the record was created

created_by_user_id int4 10 null
moped_users.user_id project_component_tags_created_by_fkeyR

ID of the user who created the record

updated_by_user_id int4 10 null
moped_users.user_id project_component_tags_updated_by_fkeyR

ID of the user who last updated the record

updated_at timestamptz 35,6 now()

Timestamp when the record was last updated

Indexes

Constraint Name Type Sort Column(s)
moped_proj_component_tags_pkey Primary key Asc id
unique_component_and_tag Must be unique Asc/Asc project_component_id + component_tag_id

Relationships