The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Biblio::Zotero::DB::Schema::Result::FulltextItemWord

VERSION

version 0.002

NAME

Biblio::Zotero::DB::Schema::Result::FulltextItemWord

TABLE: fulltextItemWords

ACCESSORS

wordid

  data_type: 'int'
  is_foreign_key: 1
  is_nullable: 0

itemid

  data_type: 'int'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

itemid

Type: belongs_to

Related object: Biblio::Zotero::DB::Schema::Result::Item

wordid

Type: belongs_to

Related object: Biblio::Zotero::DB::Schema::Result::FulltextWord

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.