NAME
Biblio::Zotero::DB::Schema::Result::CustomItemTypeField
VERSION
version 0.004
NAME
Biblio::Zotero::DB::Schema::Result::CustomItemTypeField
TABLE: customItemTypeFields
ACCESSORS
customitemtypeid
data_type: 'int'
is_foreign_key: 1
is_nullable: 0
fieldid
data_type: 'int'
is_foreign_key: 1
is_nullable: 1
customfieldid
data_type: 'int'
is_foreign_key: 1
is_nullable: 1
hide
data_type: 'int'
is_nullable: 0
orderindex
data_type: 'int'
is_nullable: 0
PRIMARY KEY
RELATIONS
customfieldid
Type: belongs_to
Related object: Biblio::Zotero::DB::Schema::Result::CustomField
customitemtypeid
Type: belongs_to
Related object: Biblio::Zotero::DB::Schema::Result::CustomItemType
fieldid
Type: belongs_to
Related object: Biblio::Zotero::DB::Schema::Result::Field
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.