Revision 36927d81
Von G. Richardson vor mehr als 7 Jahren hinzugefügt
SL/DB/PartsGroup.pm | ||
---|---|---|
14 | 14 |
type => 'many to many', |
15 | 15 |
map_class => 'SL::DB::CustomVariableConfigPartsgroup', |
16 | 16 |
}, |
17 |
parts => { |
|
18 |
type => 'one to many', |
|
19 |
class => 'SL::DB::Part', |
|
20 |
column_map => { id => 'partsgroup_id' }, |
|
21 |
}, |
|
17 | 22 |
); |
18 | 23 |
|
19 | 24 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
PartsGroup - Rose relationship für parts