Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| feature_id | uuid | 2147483647 | null |
|
|
||||||
| tenant_id | uuid | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| created_by | uuid | 2147483647 | null |
|
|
||||||
| expires_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_features_locks | Primary key | Asc | feature_id |
| IX_features_locks_created_at | Performance | Asc | created_at |
| IX_features_locks_created_by | Performance | Asc | created_by |
| IX_features_locks_feature_id | Must be unique | Asc | feature_id |
| IX_features_locks_tenant_id | Performance | Asc | tenant_id |