Revision c0cd58d9
Von Thomas Heck vor fast 11 Jahren hinzugefügt
SL/DB/FollowUp.pm | ||
---|---|---|
7 | 7 |
|
8 | 8 |
use SL::DB::MetaSetup::FollowUp; |
9 | 9 |
|
10 |
__PACKAGE__->meta->add_relationships( |
|
11 |
follow_up_link => { |
|
12 |
type => 'one to one', |
|
13 |
class => 'SL::DB::FollowUpLink', |
|
14 |
column_map => { id => 'follow_up_id' }, |
|
15 |
}, |
|
16 |
); |
|
17 |
|
|
10 | 18 |
__PACKAGE__->meta->initialize; |
11 | 19 |
|
12 | 20 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
Auch abrufbar als: Unified diff
Relation von FollowUp auf FollowUpLink