Revision 4f15333b
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
21 | 21 |
class => 'SL::DB::Assembly', |
22 | 22 |
column_map => { id => 'id' }, |
23 | 23 |
}, |
24 |
partsgroup => { |
|
25 |
type => 'one to one', |
|
26 |
class => 'SL::DB::PartsGroup', |
|
27 |
column_map => { partsgroup_id => 'id' }, |
|
28 |
}, |
|
29 |
price_factor => { |
|
30 |
type => 'one to one', |
|
31 |
class => 'SL::DB::PriceFactor', |
|
32 |
column_map => { price_factor_id => 'id' }, |
|
33 |
}, |
|
34 | 24 |
prices => { |
35 | 25 |
type => 'one to many', |
36 | 26 |
class => 'SL::DB::Price', |
Auch abrufbar als: Unified diff
Fremdschlüssel für Tabellen oe, delivery_orders, parts, translation