Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_expense_type_cf_id_seq'::regclass) |
|
|
Primary key |
|
| expense_type_name | int8 | 19 | √ | null |
|
|
FK: public.tbl_customfields_options.id |
|
| cfid | int8 | 19 | √ | null |
|
|
FK: public.tbl_customfields.id |
|
| is_required | bool | 1 | √ | null |
|
|
Flag Type: Boolean |
|
| field_order | int8 | 19 | √ | null |
|
|
Format: Long |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| stage | varchar | 100 | √ | null |
|
|
Format: String |
|
| is_default | bool | 1 | √ | null |
|
|
Flag Type: Boolean |
|
| is_mandatory | bool | 1 | √ | null |
|
|
Flag Type: Boolean |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_expense_type_cf_pk__tbl_expe__3214ec07ec292c29 | Primary key | Asc | id |
