Revision 4fd22b56
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
53 | 53 |
primary_key_columns => [ 'id' ], |
54 | 54 |
|
55 | 55 |
allow_inline_column_values => 1, |
56 |
|
|
57 |
foreign_keys => [ |
|
58 |
buchungsgruppen => { |
|
59 |
class => 'SL::DB::Buchungsgruppe', |
|
60 |
key_columns => { buchungsgruppen_id => 'id' }, |
|
61 |
}, |
|
62 |
], |
|
56 | 63 |
); |
57 | 64 |
|
58 | 65 |
1; |
Auch abrufbar als: Unified diff
DBO Update - alle normalen Models hinzugefügt.