standing

-1 rows


Description

Patron Standings

This table contains the values that can be applied to a patron by a staff member. These values should not be changed, other than for translation, as the ID column is currently a “magic number” in the source. :(

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('config.standing_id_seq'::regclass)
usr.standing usr_standing_fkey R
value text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
standing_pkey Primary key Asc id
standing_value_key Must be unique Asc value

Relationships