Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_assets_custom_field_options_id_seq'::regclass) |
|
|
Primary key |
|
| custom_field_id | int8 | 19 | null |
|
|
FK: public.tbl_assets_custom_field.id |
||
| option_value | varchar | 200 | null |
|
|
The text value or display label of the selectable option (e.g., “Good,” “Fair,” “Poor” for a “Condition” field). |
||
| is_active | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if this option is currently available for selection in asset forms. |
|
| is_default | bool | 1 | √ | null |
|
|
Boolean flag: If TRUE, this option is the default selection when the form is initially loaded. |
|
| 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_options | Primary key | Asc | id |
