Revision b35bf9ab
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Exchangerate.pm | ||
---|---|---|
20 | 20 |
], |
21 | 21 |
|
22 | 22 |
primary_key_columns => [ 'id' ], |
23 |
|
|
24 |
allow_inline_column_values => 1, |
|
25 |
|
|
26 |
foreign_keys => [ |
|
27 |
currency => { |
|
28 |
class => 'SL::DB::Currency', |
|
29 |
key_columns => { currency_id => 'id' }, |
|
30 |
}, |
|
31 |
], |
|
23 | 32 |
); |
24 | 33 |
|
25 | 34 |
1; |
Auch abrufbar als: Unified diff
Rose-Model-Updates (Foreign keys, allow_inline_column_values) nach currencies-Einführung