Revision 968894aa
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
16 | 16 |
); |
17 | 17 |
|
18 | 18 |
__PACKAGE__->meta->add_relationships( |
19 |
unit_obj => { |
|
20 |
type => 'one to one', |
|
21 |
class => 'SL::DB::Unit', |
|
22 |
column_map => { unit => 'name' }, |
|
23 |
}, |
|
24 | 19 |
assemblies => { |
25 | 20 |
type => 'one to many', |
26 | 21 |
class => 'SL::DB::Assembly', |
Auch abrufbar als: Unified diff
rdbo models: Parts nach 066fbb38f