ir_model_access

796 rows


Description

Model Access

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ir_model_access_id_seq'::regclass)
model_id int4 10 null
ir_model.id ir_model_access_model_id_fkey C

Model

group_id int4 10 null
res_groups.id ir_model_access_group_id_fkey R

Group

create_uid int4 10 null
res_users.id ir_model_access_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id ir_model_access_write_uid_fkey N

Last Updated by

name varchar 2147483647 null

Name

active bool 1 null

Active

perm_read bool 1 null

Read Access

perm_write bool 1 null

Write Access

perm_create bool 1 null

Create Access

perm_unlink bool 1 null

Delete Access

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
ir_model_access_pkey Primary key Asc id
ir_model_access__group_id_index Performance Asc group_id
ir_model_access__model_id_index Performance Asc model_id
ir_model_access__name_index Performance Asc name

Relationships