features_locks

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
feature_id uuid 2147483647 null
features.id FK_features_locks_features_feature_id C
tenant_id uuid 2147483647 null
tenants.id FK_features_locks_tenants_tenant_id C
created_at timestamptz 35,6 now()
created_by uuid 2147483647 null
users.id FK_features_locks_users_created_by C
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

Relationships