| # | Table Name | Owner | Tablespace | Description |
|---|---|---|---|---|
| 1 | auto_verification_policy | postgres | DEFAULT | |
| 2 | lock_outs | postgres | DEFAULT | |
| 3 | menu_access | postgres | DEFAULT | |
| 4 | menu_policy | postgres | DEFAULT | |
| 5 | store_policies | postgres | DEFAULT | STORE POLICY DEFINES THE RIGHT OF USERS TO ACCESS A STORE. AN ADMINISTRATOR CAN ACCESS ALL THE stores, BY DEFAULT. |
| 6 | store_policy_details | postgres | DEFAULT | |
| 7 | voucher_verification_policy | postgres | DEFAULT |
| # | Sequence Name | Owner | Data Type | Start Value | Increment | Description |
|---|---|---|---|---|---|---|
| 1 | lock_outs_lock_out_id_seq | postgres | bigint | 1 | 1 | |
| 2 | menu_access_access_id_seq | postgres | bigint | 1 | 1 | |
| 3 | menu_policy_policy_id_seq | postgres | bigint | 1 | 1 | |
| 4 | store_policies_store_policy_id_seq | postgres | bigint | 1 | 1 | |
| 5 | store_policy_details_store_policy_detail_id_seq | postgres | bigint | 1 | 1 | |
| 6 | voucher_verification_policy_policy_id_seq | postgres | bigint | 1 | 1 |
| # | View Name | Owner | Tablespace | Description |
|---|---|---|---|---|
| 1 | auto_verification_policy_scrud_view | postgres | DEFAULT | |
| 2 | voucher_verification_policy_scrud_view | postgres | DEFAULT |
| # | Matview Name | Owner | Tablespace | Description |
|---|
| # | Trigger | Owner | Description |
|---|---|---|---|
| 1 | check_menu_policy_trigger() RETURNS TRIGGER | postgres | |
| 2 | perform_lock_out() RETURNS TRIGGER | postgres |
| # | Type | Base Type | Owner | Collation | Default | Type | StoreType | NotNull | Description |
|---|