Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/GenericTranslation.pm | ||
---|---|---|
18 | 18 |
|
19 | 19 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
20 | 20 |
|
21 |
__PACKAGE__->meta->foreign_keys( |
|
22 |
language => { |
|
23 |
class => 'SL::DB::Language', |
|
24 |
key_columns => { language_id => 'id' }, |
|
25 |
}, |
|
26 |
); |
|
27 |
|
|
21 | 28 |
# __PACKAGE__->meta->initialize; |
22 | 29 |
|
23 | 30 |
1; |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen