Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/FollowUpLink.pm | ||
---|---|---|
22 | 22 |
|
23 | 23 |
__PACKAGE__->meta->allow_inline_column_values(1); |
24 | 24 |
|
25 |
__PACKAGE__->meta->foreign_keys( |
|
26 |
follow_up => { |
|
27 |
class => 'SL::DB::FollowUp', |
|
28 |
key_columns => { follow_up_id => 'id' }, |
|
29 |
}, |
|
30 |
); |
|
31 |
|
|
25 | 32 |
# __PACKAGE__->meta->initialize; |
26 | 33 |
|
27 | 34 |
1; |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen