1 # This file has been auto-generated only because it didn't exist.
2 # Feel free to modify it at will; it will not be overwritten automatically.
8 use SL::DB::MetaSetup::File;
9 use SL::DB::Manager::File;
10 use SL::DB::Helper::AttrSorted;
12 __PACKAGE__->meta->add_relationship(
15 class => 'SL::DB::FileFullText',
16 column_map => { id => 'file_id' },
20 __PACKAGE__->meta->add_relationship(
22 type => 'one to many',
23 class => 'SL::DB::FileVersion',
24 column_map => { id => 'file_id' },
29 __PACKAGE__->meta->initialize;
31 __PACKAGE__->attr_sorted({unsorted => 'file_versions', position => 'version'});
42 SL::DB::File - Databaseclass for File
62 Werner Hahn E<lt>wh@futureworldsearch.netE<gt>