Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_assets_return_request_id_seq'::regclass) |
|
|
Primary key |
|
| remarks | varchar | 1000 | √ | null |
|
|
Detailed comments or notes regarding the return request or the condition of the asset. |
|
| reason | varchar | 50 | √ | null |
|
|
The high-level reason for requesting the asset return (e.g., RESIGNATION, TRANSFER, REPLACEMENT, REPAIR). |
|
| hr_id | varchar | 50 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
|
| status | varchar | 50 | √ | null |
|
|
The current status of the asset return request. |
|
| asset_id | int8 | 19 | √ | null |
|
|
FK: public.tbl_asset.id |
|
| attachment | text | 2147483647 | √ | null |
|
|
Text column storing file paths or references to supporting documents (e.g., approval emails, damage reports) for the return request. |
|
| 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_assets_return_request | Primary key | Asc | id |
