Table Data dictionary report - system_report_permissions

Generated: 9/23/2016 3:08:18 PM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict
Schema: public

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('system_report_permissions_id_seq'::regclass)
reportname character varying(240) No No Report name
userid character varying(12) No No User initials for permission
can_print boolean No No Allowed to print report
can_preview boolean No No Allowed to preview report
can_export boolean No No Allowed to export report
can_email boolean No No Allowed to email report
default_email01 boolean No No
default_email02 boolean No No
default_email03 boolean No No
default_email04 boolean No No
default_email05 boolean No No
default_email06 boolean No No
default_email07 boolean No No
default_email08 boolean No No
default_email09 boolean No No

Constraints

Name Type Definition Comment
bve_report_control_pkey Primary key (id)

Report generated by pgAdmin III