Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Note.pm | ||
---|---|---|
30 | 30 |
}, |
31 | 31 |
); |
32 | 32 |
|
33 |
__PACKAGE__->meta->relationships( |
|
34 |
follow_ups => { |
|
35 |
class => 'SL::DB::FollowUp', |
|
36 |
column_map => { id => 'note_id' }, |
|
37 |
type => 'one to many', |
|
38 |
}, |
|
39 |
); |
|
40 |
|
|
41 | 33 |
# __PACKAGE__->meta->initialize; |
42 | 34 |
|
43 | 35 |
1; |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen