moped_proj_personnel_roles

5 rows


Description

Tracks project roles associated with project personnel, aka team members

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('moped_proj_personnel_roles_id_seq'::regclass)
project_personnel_id int4 10 null
moped_proj_personnel.project_personnel_id moped_proj_personnel_roles_project_personnel_id_fkeyC
project_role_id int4 10 null
moped_project_roles.project_role_id moped_proj_personnel_roles_project_role_id_fkeyN
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_personnel_roles_created_by_fkeyR

ID of the user who created the record

updated_at timestamptz 35,6 now()

Timestamp when the record was last updated

updated_by_user_id int4 10 null
moped_users.user_id project_personnel_roles_updated_by_fkeyR

ID of the user who last updated the record

Indexes

Constraint Name Type Sort Column(s)
moped_proj_personnel_roles_pkey Primary key Asc id
moped_proj_personnel_roles_project_personnel_id_idx Performance Asc project_personnel_id

Relationships