Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_masterformassign_id_seq'::regclass) |
|
|
Primary key |
||||
| companyid | int8 | 19 | √ | null |
|
|
FK: public.tbl_company.id or similar (Presumed Foreign Key) |
||||
| formid | int8 | 19 | √ | null |
|
|
FK: public.tbl_form_master.id or similar (Presumed Foreign Key) |
||||
| employeeid | varchar | 50 | √ | null |
|
|
FK: public.tbl_employee.employeeid or similar (Presumed Foreign Key) |
||||
| formtype | int4 | 10 | √ | null |
|
|
The classification/type of the form being assigned. |
||||
| comm1 | int4 | 10 | √ | null |
|
|
Custom Comment/Configuration Field 1 |
||||
| comm2 | varchar | 50 | √ | null |
|
|
Custom Comment/Configuration Field 2 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_masterformassign_pk__tbl_mast__3213e83f76eb9257 | Primary key | Asc | id |


