moped_entity

42 rows


Description

Standardized list of project-related entities, including workgroups, COA partners, and sponsors

Columns

Column Type Size Nulls Auto Default Children Parents Comments
entity_uuid uuid 2147483647 gen_random_uuid()
entity_name text 2147483647 null
entity_id serial 10 nextval('moped_entities_entity_id_seq'::regclass)
moped_proj_partners.entity_id moped_proj_partners_entity_id_fkeyR
moped_project.project_lead_id moped_project_project_lead_id_fkeyN
moped_project.project_sponsor moped_project_project_sponsor_fkeyC
workgroup_id int4 10 null
date_added timestamptz 35,6 clock_timestamp()
organization_id int4 10 null
department_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
moped_entity_pkey Primary key Asc entity_id
moped_entities_entity_id_key Must be unique Asc entity_id

Relationships