Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"BirthdayWish_id_seq"'::regclass) |
|
|
|||||
birthdayId | int4 | 10 | null |
|
|
||||||
fromUserId | int4 | 10 | √ | null |
|
|
|||||
message | text | 2147483647 | null |
|
|
||||||
documentUrl | jsonb | 2147483647 | √ | null |
|
|
|||||
isAnonymous | bool | 1 | √ | false |
|
|
|||||
createdAt | timestamptz | 35,6 | null |
|
|
||||||
updatedAt | timestamptz | 35,6 | null |
|
|
||||||
createdBy | int4 | 10 | null |
|
|
||||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
isCelebrated | bool | 1 | √ | null |
|
|
|||||
ipAddressAnonymous | jsonb | 2147483647 | √ | null |
|
|
|||||
isPinned | bool | 1 | false |
|
|
||||||
isHidden | bool | 1 | false |
|
|
||||||
likes | jsonb | 2147483647 | '[]'::jsonb |
|
|
||||||
comments | jsonb | 2147483647 | '[]'::jsonb |
|
|
||||||
uuid | uuid | 2147483647 | √ | null |
|
|
|||||
fromUserUuid | uuid | 2147483647 | √ | null |
|
|
|||||
backgroundColor | varchar | 255 | √ | null |
|
|
|||||
heading | varchar | 255 | √ | null |
|
|
|||||
isPrivate | jsonb | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
BirthdayWish_pkey | Primary key | Asc | id |
BirthdayWish_uuid_key | Must be unique | Asc | uuid |