Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_payelementshistory_id_seq'::regclass) |
|
|
Primary key |
||||
| payelementid | int8 | 19 | √ | null |
|
|
FK: public.tbl_PayElements.Id (Implied) |
||||
| history | varchar | 2147483647 | √ | null |
|
|
A serialized string (e.g., JSON) representing a complete snapshot of the |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| createdby | varchar | 500 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifiedby | varchar | 500 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_payelementshistory_pk__tbl__payelementshistory_id | Primary key | Asc | id |


