Revision 2e2ad8bf
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/DB/FollowUp.pm | ||
---|---|---|
type => 'many to many',
|
||
map_class => 'SL::DB::FollowUpCreatedForEmployee',
|
||
},
|
||
done => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::FollowUpDone',
|
||
column_map => { id => 'follow_up_id' },
|
||
},
|
||
);
|
||
|
||
__PACKAGE__->meta->initialize;
|
Auch abrufbar als: Unified diff
Wiedervorlagen: Rose-Beziehung zu Tabelle mit Abschluss-Infos (done)