Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_leavereport_id_seq'::regclass) |
|
|
Primary key |
||||
| reportconfig | text | 2147483647 | √ | null |
|
|
JSON configuration defining report structure and layout |
||||
| filterconfig | text | 2147483647 | √ | null |
|
|
JSON configuration for report filtering criteria |
||||
| reportname | varchar | 100 | null |
|
|
Human-readable name for the report |
|||||
| companyid | int4 | 10 | null |
|
|
FK: public.tbl_companymaster.companyid |
|||||
| reporttype | varchar | 100 | null |
|
|
Category identifier for the report |
|||||
| accessconfig | text | 2147483647 | √ | null |
|
|
JSON configuration for role-based access control |
||||
| 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_leavereport_id | Primary key | Asc | id |
| ux_tbl_leavereport_companyid_reportname | Must be unique | Asc/Asc | companyid + reportname |


