use SL::DB::MetaSetup::File;
use SL::DB::Manager::File;
+__PACKAGE__->meta->add_relationship(
+ full_text => {
+ type => 'one to one',
+ class => 'SL::DB::FileFullText',
+ column_map => { id => 'file_id' },
+ },
+);
+
__PACKAGE__->meta->initialize;
=head1 NAME
- SL::DB::File - Databaseclass for File
+SL::DB::File - Databaseclass for File
=head1 SYNOPSIS
- use SL::DB::File;
+use SL::DB::File;
- # synopsis...
+# synopsis...
=head1 DESCRIPTION
- # longer description.
-
+# longer description.
=head1 INTERFACE
-
=head1 DEPENDENCIES
-
=head1 SEE ALSO
=head1 AUTHOR
- Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
+Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
=cut