Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_stage_access_controll_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 control rule 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 control rule was last modified. |
||||
| createaccess | bool | 1 | √ | null |
|
|
Flag indicating if the user/role defined by this rule has CREATE (Insert) permission. |
||||
| deleteaccess | bool | 1 | √ | null |
|
|
Flag indicating if the user/role defined by this rule has DELETE permission. |
||||
| readaccess | bool | 1 | √ | null |
|
|
Flag indicating if the user/role defined by this rule has READ (Select) permission. |
||||
| updateaccess | bool | 1 | √ | null |
|
|
Flag indicating if the user/role defined by this rule has UPDATE permission. |
||||
| username | varchar | 255 | √ | null |
|
|
The name or identifier of the user or role to whom these permissions apply. |
||||
| usertype | int4 | 10 | √ | null |
|
|
The type of user or role the access control applies to. |
||||
| stageid | int8 | 19 | √ | null |
|
|
FK: public.tbl_stage.id (Presumed Foreign Key) |
||||
| entitycolumn | varchar | 100 | √ | null |
|
|
The specific column name within the entity/module that this rule controls. |
||||
| name | varchar | 100 | √ | null |
|
|
A unique or descriptive name given to this access control rule. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_stage_access_controll_pk__tbl_stag__3213e83f30e95852 | Primary key | Asc | id |

