Revision 9831db07
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
class => 'SL::DB::Language',
|
||
column_map => { language_id => 'id' },
|
||
},
|
||
employee => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::Employee',
|
||
column_map => { employee_id => 'id' },
|
||
},
|
||
);
|
||
|
||
__PACKAGE__->meta->initialize;
|
Auch abrufbar als: Unified diff
Weitere Modelvernüpfungen