Revision b35bf9ab
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Invoice.pm | ||
---|---|---|
61 | 61 |
|
62 | 62 |
primary_key_columns => [ 'id' ], |
63 | 63 |
|
64 |
allow_inline_column_values => 1, |
|
65 |
|
|
64 | 66 |
foreign_keys => [ |
65 | 67 |
contact => { |
66 | 68 |
class => 'SL::DB::Contact', |
67 | 69 |
key_columns => { cp_id => 'cp_id' }, |
68 | 70 |
}, |
69 | 71 |
|
72 |
currency => { |
|
73 |
class => 'SL::DB::Currency', |
|
74 |
key_columns => { currency_id => 'id' }, |
|
75 |
}, |
|
76 |
|
|
70 | 77 |
customer => { |
71 | 78 |
class => 'SL::DB::Customer', |
72 | 79 |
key_columns => { customer_id => 'id' }, |
Auch abrufbar als: Unified diff
Rose-Model-Updates (Foreign keys, allow_inline_column_values) nach currencies-Einführung