OpusVL-Preferences
view release on metacpan or search on metacpan
lib/OpusVL/Preferences/Schema/Result/PrfPreference.pm view on Meta::CPAN
585960616263646566676869707172737475767778
}
);
__PACKAGE__->might_have(
unique_value
=>
"OpusVL::Preferences::Schema::Result::CustomDataUniqueValues"
,
{
"foreign.prf_owner_type_id"
=>
"self.prf_owner_type_id"
,
"foreign.name"
=>
"self.name"
,
"foreign.value_id"
=>
"self.prf_preference_id"
},
{
is_foreign_key_constraint
=> 0,
cascade_delete
=> 1 });
return
1;
=head1 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
( run in 0.590 second using v1.01-cache-2.11-cpan-9086dedf880 )