Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_assets_type_custom_field_mapping_id_seq'::regclass) |
|
|
Primary key |
|
| asset_type_id | int8 | 19 | null |
|
|
FK: public.tbl_asset_type.id (Implied) |
||
| custom_field_id | int8 | 19 | null |
|
|
FK: public.tbl_assets_custom_field.id |
||
| is_public | bool | 1 | √ | null |
|
|
Boolean flag: If TRUE, the data entered in this custom field for an asset is visible to the employee who holds the asset. |
|
| is_mandatory | bool | 1 | √ | null |
|
|
Boolean flag: If TRUE, the custom field must be populated when creating or updating an asset of the linked |
|
| is_active | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if this mapping rule is currently active and should be applied. |
|
| 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_type_custom_field_mapping | Primary key | Asc | id |
