Revision b35bf9ab
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/DeliveryOrder.pm | ||
---|---|---|
44 | 44 |
|
45 | 45 |
primary_key_columns => [ 'id' ], |
46 | 46 |
|
47 |
allow_inline_column_values => 1, |
|
48 |
|
|
47 | 49 |
foreign_keys => [ |
48 | 50 |
contact => { |
49 | 51 |
class => 'SL::DB::Contact', |
50 | 52 |
key_columns => { cp_id => 'cp_id' }, |
51 | 53 |
}, |
52 | 54 |
|
55 |
currency => { |
|
56 |
class => 'SL::DB::Currency', |
|
57 |
key_columns => { currency_id => 'id' }, |
|
58 |
}, |
|
59 |
|
|
53 | 60 |
customer => { |
54 | 61 |
class => 'SL::DB::Customer', |
55 | 62 |
key_columns => { customer_id => 'id' }, |
Auch abrufbar als: Unified diff
Rose-Model-Updates (Foreign keys, allow_inline_column_values) nach currencies-Einführung