Revision 9be7c8ab
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/MetaSetup/Vendor.pm | ||
---|---|---|
59 | 59 |
primary_key_columns => [ 'id' ], |
60 | 60 |
|
61 | 61 |
allow_inline_column_values => 1, |
62 |
|
|
63 |
foreign_keys => [ |
|
64 |
business => { |
|
65 |
class => 'SL::DB::Business', |
|
66 |
key_columns => { business_id => 'id' }, |
|
67 |
}, |
|
68 |
|
|
69 |
language_obj => { |
|
70 |
class => 'SL::DB::Language', |
|
71 |
key_columns => { language_id => 'id' }, |
|
72 |
}, |
|
73 |
|
|
74 |
payment => { |
|
75 |
class => 'SL::DB::PaymentTerm', |
|
76 |
key_columns => { payment_id => 'id' }, |
|
77 |
}, |
|
78 |
], |
|
62 | 79 |
); |
63 | 80 |
|
64 | 81 |
1; |
Auch abrufbar als: Unified diff
vendor model update