Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"AppInfo_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
organizationId | int4 | 10 | √ | null |
|
|
|||||
version | float8 | 17,17 | null |
|
|
||||||
mandatory | bool | 1 | null |
|
|
||||||
newUpdate | jsonb | 2147483647 | √ | null |
|
|
|||||
createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
AppInfo_pkey | Primary key | Asc | id |
AppInfo_uuid_key | Must be unique | Asc | uuid |