Revision 9831db07
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
53 | 53 |
class => 'SL::DB::Language', |
54 | 54 |
column_map => { language_id => 'id' }, |
55 | 55 |
}, |
56 |
employee => { |
|
57 |
type => 'one to one', |
|
58 |
class => 'SL::DB::Employee', |
|
59 |
column_map => { employee_id => 'id' }, |
|
60 |
}, |
|
56 | 61 |
); |
57 | 62 |
|
58 | 63 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Weitere Modelvernüpfungen