Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| questionid | bigserial | 19 | √ | nextval('tbl_probationquestionpms_questionid_seq'::regclass) |
|
|
|||||
| probationcatid | int8 | 19 | √ | null |
|
|
|||||
| question | varchar | 1000 | √ | null |
|
|
|||||
| description | varchar | 1000 | √ | null |
|
|
|||||
| status | bool | 1 | √ | null |
|
|
|||||
| createdby | varchar | 200 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| weightage | numeric | 0 | √ | null |
|
|
|||||
| parentqid | int8 | 19 | √ | null |
|
|
|||||
| isparent | bool | 1 | √ | null |
|
|
|||||
| formid | int8 | 19 | √ | null |
|
|
|||||
| sactionid | int8 | 19 | √ | null |
|
|
|||||
| per | int4 | 10 | √ | null |
|
|
|||||
| compid | int8 | 19 | √ | null |
|
|
|||||
| openended | bool | 1 | √ | false |
|
|
|||||
| modifiedby | varchar | 50 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_probationquestionpms_pk_tbl_probationquestionpms | Primary key | Asc | questionid |


