Revision d482851e
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/MetaSetup/Order.pm | ||
---|---|---|
83 | 83 |
key_columns => { employee_id => 'id' }, |
84 | 84 |
}, |
85 | 85 |
|
86 |
employee_obj => { |
|
87 |
class => 'SL::DB::Employee', |
|
88 |
key_columns => { employee_id => 'id' }, |
|
89 |
}, |
|
90 |
|
|
91 | 86 |
globalproject => { |
92 | 87 |
class => 'SL::DB::Project', |
93 | 88 |
key_columns => { globalproject_id => 'id' }, |
Auch abrufbar als: Unified diff
Doppelter foreign key auf oe wieder entfernt