kivitendo/SL/DB/VariantPropertyValue.pm @ fe1af881
59b16044 | Tamino Steinert | # This file has been auto-generated only because it didn't exist.
|
|
# Feel free to modify it at will; it will not be overwritten automatically.
|
|||
package SL::DB::VariantPropertyValue;
|
|||
use strict;
|
|||
use SL::DB::MetaSetup::VariantPropertyValue;
|
|||
use SL::DB::Manager::VariantPropertyValue;
|
|||
__PACKAGE__->meta->add_relationships(
|
|||
parent_variants => {
|
|||
map_class => 'SL::DB::VariantPropertyValuePart',
|
|||
map_from => 'variant_property_value',
|
|||
map_to => 'part',
|
|||
type => 'many to many',
|
|||
},
|
|||
);
|
|||
__PACKAGE__->meta->initialize;
|
|||
1;
|