Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_stage_access_id_seq'::regclass) |
|
|
Primary key |
|
| createdby | varchar | 50 | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the access mapping was created. |
|
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the access mapping was last modified. |
|
| uid | int8 | 19 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.id (Presumed Foreign Key) |
|
| entity | varchar | 255 | √ | null |
|
|
The module or business object to which this access rule applies. |
|
| username | varchar | 255 | √ | null |
|
|
The username associated with the access rule. |
|
| stageaccesscontrollid | int8 | 19 | √ | null |
|
|
FK: public.tbl_stage_access_control.id (Presumed Foreign Key) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_stage_access_pk__tbl_stag__3213e83ff5c45b92 | Primary key | Asc | id |
