Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_customfields_options_id_seq'::regclass) |
|
|
Primary key |
||||
| is_deletable | int8 | 19 | √ | '1'::bigint |
|
|
Format: Integer (0 or 1) |
||||
| value | varchar | 200 | √ | null |
|
|
Format: String |
||||
| is_default | bool | 1 | √ | null |
|
|
Flag Type: Boolean |
||||
| label | varchar | 200 | √ | null |
|
|
Format: String |
||||
| cid | int8 | 19 | √ | null |
|
|
FK: public.tbl_customfields.id or similar parent table |
||||
| createdby | varchar | 50 | √ | null |
|
|
|||||
| modifiedby | varchar | 50 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| stage | varchar | 100 | √ | null |
|
|
Format: String |
||||
| companyid | int8 | 19 | √ | null |
|
|
FK: public.tbl_company.CompanyId |
||||
| expense_type_level | varchar | 10 | √ | null |
|
|
Format: Enum (BOTH, EMPLOYEE, APPROVER) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_customfields_options_pk__tbl_cust__3214ec07f0bf7c28 | Primary key | Asc | id |

