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