Revision 7718459c
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/DB/File.pm | ||
---|---|---|
8 | 8 |
use SL::DB::MetaSetup::File; |
9 | 9 |
use SL::DB::Manager::File; |
10 | 10 |
|
11 |
__PACKAGE__->meta->add_relationship( |
|
12 |
full_text => { |
|
13 |
type => 'one to one', |
|
14 |
class => 'SL::DB::FileFullText', |
|
15 |
column_map => { id => 'file_id' }, |
|
16 |
}, |
|
17 |
); |
|
18 |
|
|
11 | 19 |
__PACKAGE__->meta->initialize; |
12 | 20 |
|
13 | 21 |
|
Auch abrufbar als: Unified diff
Volltext-Suche: Rose-Beziehung von File zu full_text