moped_project_types

0 rows


Description

List of related project types

Columns

Column Type Size Nulls Auto Default Children Parents Comments
project_id int4 10 null
moped_project.project_id moped_project_types_project_id_fkeyC
project_type_id int4 10 null
moped_types.type_id moped_project_types_project_type_id_fkeyR
created_at timestamptz 35,6 now()

Timestamp when the record was created

created_by_user_id int4 10 null
moped_users.user_id project_types_created_by_fkeyR

ID of the user who created the record

id serial 10 nextval('moped_project_types_id_seq'::regclass)
is_deleted bool 1 false

Indicates soft deletion

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_types_updated_by_fkeyR

ID of the user who last updated the record

Indexes

Constraint Name Type Sort Column(s)
moped_project_types_pkey Primary key Asc id
moped_project_types_id_key Must be unique Asc id

Relationships