net_access_level

-1 rows


Description

Patron Network Access level

This will be used to inform the in-library firewall of how much internet access the using patron should be allowed.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('config.net_access_level_id_seq'::regclass)
usr.net_access_level usr_net_access_level_fkey R
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
net_access_level_pkey Primary key Asc id
net_access_level_name_key Must be unique Asc name

Relationships