Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/PartsGroup.pm | ||
---|---|---|
19 | 19 |
|
20 | 20 |
__PACKAGE__->meta->allow_inline_column_values(1); |
21 | 21 |
|
22 |
__PACKAGE__->meta->relationships( |
|
23 |
parts => { |
|
24 |
class => 'SL::DB::Part', |
|
25 |
column_map => { id => 'partsgroup_id' }, |
|
26 |
type => 'one to many', |
|
27 |
}, |
|
28 |
); |
|
29 |
|
|
30 | 22 |
# __PACKAGE__->meta->initialize; |
31 | 23 |
|
32 | 24 |
1; |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen