Revision 4f15333b
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/MetaSetup/DeliveryOrder.pm | ||
---|---|---|
57 | 57 |
key_columns => { customer_id => 'id' }, |
58 | 58 |
}, |
59 | 59 |
|
60 |
department => { |
|
61 |
class => 'SL::DB::Department', |
|
62 |
key_columns => { department_id => 'id' }, |
|
63 |
}, |
|
64 |
|
|
60 | 65 |
employee => { |
61 | 66 |
class => 'SL::DB::Employee', |
62 | 67 |
key_columns => { employee_id => 'id' }, |
... | ... | |
77 | 82 |
key_columns => { salesman_id => 'id' }, |
78 | 83 |
}, |
79 | 84 |
|
85 |
shipto => { |
|
86 |
class => 'SL::DB::Shipto', |
|
87 |
key_columns => { shipto_id => 'shipto_id' }, |
|
88 |
}, |
|
89 |
|
|
80 | 90 |
vendor => { |
81 | 91 |
class => 'SL::DB::Vendor', |
82 | 92 |
key_columns => { vendor_id => 'id' }, |
Auch abrufbar als: Unified diff
Fremdschlüssel für Tabellen oe, delivery_orders, parts, translation