Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_assets_custom_field_mapping_history_id_seq'::regclass) |
|
|
Primary key |
|
| assets_custom_field_mapping_id | int8 | 19 | null |
|
|
FK: public.tbl_assets_custom_field_mapping.id (Implied) |
||
| asset_id | int8 | 19 | null |
|
|
FK: public.tbl_asset.id (Implied) |
||
| custom_field_id | int8 | 19 | null |
|
|
FK: public.tbl_assets_custom_field.id (Implied) |
||
| custom_field_value | text | 2147483647 | √ | null |
|
|
The recorded value of the custom field at the time this history entry was created. |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tbl_assets_custom_field_mapping_history | Primary key | Asc | id |
