NAME
Biblio::Zotero::DB::Schema::Result::CustomItemType
VERSION
version 0.004
NAME
Biblio::Zotero::DB::Schema::Result::CustomItemType
TABLE: customItemTypes
ACCESSORS
customitemtypeid
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
typename
data_type: 'text'
is_nullable: 1
label
data_type: 'text'
is_nullable: 1
display
data_type: 'int'
default_value: 1
is_nullable: 1
icon
data_type: 'text'
is_nullable: 1
PRIMARY KEY
RELATIONS
custom_base_field_mappings
Type: has_many
Related object: Biblio::Zotero::DB::Schema::Result::CustomBaseFieldMapping
custom_item_type_fields
Type: has_many
Related object: Biblio::Zotero::DB::Schema::Result::CustomItemTypeField
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.