Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_report_footer_reference_v1_id_seq'::regclass) |
|
|
Primary key |
|
| sbu_id | int8 | 19 | null |
|
|
FK: Reference to SBU master table |
||
| hr_name | varchar | 200 | √ | null |
|
|
The name of the authorized HR signatory. |
|
| hr_designation_id | int8 | 19 | √ | null |
|
|
FK: Reference to designation master table |
|
| hr_signature | text | 2147483647 | √ | null |
|
|
The file path or binary data for the HR signatory’s digital/scanned signature. |
|
| admin_name | varchar | 200 | √ | null |
|
|
The name of the authorized Administration signatory. |
|
| admin_designation_id | int8 | 19 | √ | null |
|
|
FK: Reference to designation master table |
|
| admin_signature | text | 2147483647 | √ | null |
|
|
The file path or binary data for the Administration signatory’s digital/scanned signature. |
|
| director_name | varchar | 200 | √ | null |
|
|
The name of the authorized Director/Executive signatory. |
|
| director_designation_id | int8 | 19 | √ | null |
|
|
FK: Reference to designation master table |
|
| director_signature | text | 2147483647 | √ | null |
|
|
The file path or binary data for the Director signatory’s digital/scanned signature. |
|
| it_name | varchar | 200 | √ | null |
|
|
The name of the authorized IT/Technical signatory (often used for technical compliance reports). |
|
| it_designation_id | int8 | 19 | √ | null |
|
|
FK: Reference to designation master table |
|
| it_signature | text | 2147483647 | √ | null |
|
|
The file path or binary data for the IT signatory’s digital/scanned signature. |
|
| tds_name | varchar | 200 | √ | null |
|
|
The name of the authorized TDS (Tax Deducted at Source) or Finance signatory. |
|
| tds_designation_id | int8 | 19 | √ | null |
|
|
FK: Reference to designation master table |
|
| tds_signature | text | 2147483647 | √ | null |
|
|
The file path or binary data for the TDS/Finance signatory’s digital/scanned signature. |
|
| tds_description | varchar | 500 | √ | null |
|
|
Additional description or notes specific to the TDS/Finance signatory (e.g., certification number). |
|
| createdby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the configuration record was created. |
|
| modifiedby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification to the configuration record. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_report_footer_reference_v1_pk__tbl__report__footer__referen | Primary key | Asc | id |
