Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||
| objectType | enum_FeatureLifetimeCount_objectType | 2147483647 | null |
|
|
|||
| objectId | uuid | 2147483647 | null |
|
|
|||
| feature | enum_FeatureLifetimeCount_feature | 2147483647 | null |
|
|
|||
| count | int4 | 10 | √ | null |
|
|
||
| createdAt | timestamptz | 35,6 | now() |
|
|
|||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| FeatureLifetimeCount_pkey | Primary key | Asc | id |
| FeatureLifetimeCount_objectType_objectId_feature_key | Must be unique | Asc/Asc/Asc | objectType + objectId + feature |
