Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"FormAssociations_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| formId | int4 | 10 | null |
|
|
||||||
| formTemplateId | int4 | 10 | √ | null |
|
|
|||||
| associationPath | jsonb | 2147483647 | √ | '{}'::jsonb |
|
|
|||||
| associationType | varchar | 255 | √ | null |
|
|
|||||
| programTermId | int4 | 10 | √ | null |
|
|
|||||
| sessionId | int4 | 10 | √ | null |
|
|
|||||
| eventId | int4 | 10 | √ | null |
|
|
|||||
| isDeleted | bool | 1 | √ | false |
|
|
|||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| createdBy | int4 | 10 | null |
|
|
||||||
| updatedBy | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| FormAssociations_pkey | Primary key | Asc | id |


