DESCRIPTION
This table actually contains the preference values; there is one row per field, per owner.
The owner_id column and owner_type_id column do the exact same thing as the PrfOwner table, except here, they're a foreign key into the PrfOwner table.
That is to say, the prf_owner_id relates to an arbitrary table defined by the host schema, and prf_owner_type_id refers to the prf_owner_types table, which maps a number to the tables defined by the host schema.
For literally no reason whatsoever, the prf_owners table *also* encodes this association, in a completely redundant fashion.
METHODS
ATTRIBUTES
prf_owner
prf_preference_id
prf_owner_id
prf_owner_type_id
name
value
LICENSE AND COPYRIGHT
Copyright 2012 OpusVL.
This software is licensed according to the "IP Assignment Schedule" provided with the development project.