Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"Birthday_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
userId | int4 | 10 | null |
|
|
||||||
programId | int4 | 10 | √ | null |
|
|
|||||
date | date | 13 | null |
|
|
||||||
year | int4 | 10 | 2025 |
|
|
||||||
isCelebrated | bool | 1 | √ | false |
|
|
|||||
createdAt | timestamptz | 35,6 | null |
|
|
||||||
updatedAt | timestamptz | 35,6 | null |
|
|
||||||
createdBy | int4 | 10 | null |
|
|
||||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
wishesData | jsonb | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
Birthday_pkey | Primary key | Asc | id |
Birthday_uuid_key | Must be unique | Asc | uuid |