resource_attr_value

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('booking.resource_attr_value_id_seq'::regclass)
reservation_attr_value_map.attr_value reservation_attr_value_map_attr_value_fkey C
resource_attr_map.value resource_attr_map_value_fkey R
owner int4 10 null
org_unit.id resource_attr_value_owner_fkey R
attr int4 10 null
resource_attr.id resource_attr_value_attr_fkey R
valid_value text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
resource_attr_value_pkey Primary key Asc id
brav_logical_key Must be unique Asc/Asc/Asc owner + attr + valid_value

Relationships