tdis_project


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('tdis_project_id_seq'::regclass)
tdis_collection.project_id tdis_collection_project_fkR
tdis_project_jurisdiction.project_id tdis_project_jurisdiction_project_fkC
tdis_user_project_role.project_id tdis_user_project_role_project_fkC
name varchar 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
tdis_project_pk Primary key Asc id
tdis_project_name_unq Must be unique Asc name

Relationships