projecttenantlink


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('projecttenantlink_id_seq'::regclass)
uuid varchar 2147483647 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
tenant_id int4 10 null
tenant.id projecttenantlink_tenant_id_fkey R
project_id int4 10 null
project.id projecttenantlink_project_id_fkey R

Indexes

Constraint Name Type Sort Column(s)
projecttenantlink_pkey Primary key Asc id
project_tenant_constraint Must be unique Asc/Asc project_id + tenant_id
projecttenantlink_uuid_key Must be unique Asc uuid

Relationships