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

VERSION

version 0.003

NAME

Biblio::Zotero::DB::Schema::Result::ItemTypeFieldsCombined

TABLE: itemTypeFieldsCombined

ACCESSORS

itemtypeid

  data_type: 'int'
  is_nullable: 0

fieldid

  data_type: 'int'
  is_nullable: 0

hide

  data_type: 'int'
  is_nullable: 1

orderindex

  data_type: 'int'
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

itemtypeid_fieldid_unique

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.