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::ItemDataValue

VERSION

version 0.002

NAME

Biblio::Zotero::DB::Schema::Result::ItemDataValue

TABLE: itemDataValues

ACCESSORS

valueid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

value

  data_type: (empty string)
  is_nullable: 1

PRIMARY KEY

UNIQUE CONSTRAINTS

value_unique

RELATIONS

item_datas

Type: has_many

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

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.