# Column Name Nullable Data Type Max Length Description
1access_idbigint0The primary key of this table.
2office_idinteger0Foreign key to the table office.offices.
3menu_idinteger0Foreign key to the table core.menus.
4user_idinteger0Foreign key to the table office.users

Foreign Keys

# Column Name Key Name References
2 office_id menu_access_office_id_fkey office.offices.office_id
3 menu_id menu_access_menu_id_fkey core.menus.menu_id
4 user_id menu_access_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
menu_access_pkey postgres btree access_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 access_id nextval('policy.menu_access_access_id_seq'::regclass)

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description