Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | gen_random_uuid() |
|
|
Unique identifier. |
|||||
tenant_id | uuid | 2147483647 | null |
|
|
Tenant identifier. |
|||||
constraint_id | uuid | 2147483647 | null |
|
|
||||||
key | text | 2147483647 | null |
|
|
||||||
value | text | 2147483647 | null |
|
|
||||||
created_at | timestamptz | 35,6 | now() |
|
|
DateTime the record was created. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_constraints_members | Primary key | Asc | id |
IX_constraints_members_constraint_id | Performance | Asc | constraint_id |
IX_constraints_members_created_at | Performance | Asc | created_at |
IX_constraints_members_id | Must be unique | Asc | id |
IX_constraints_members_tenant_id | Performance | Asc | tenant_id |