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

VERSION

version 0.002

NAME

Biblio::Zotero::DB::Schema::Result::Item

TABLE: items

ACCESSORS

itemid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

itemtypeid

  data_type: 'int'
  is_nullable: 0

dateadded

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0

datemodified

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0

clientdatemodified

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0

libraryid

  data_type: 'int'
  is_foreign_key: 1
  is_nullable: 1

key

  data_type: 'text'
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

libraryid_key_unique

RELATIONS

collection_items

Type: has_many

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

fulltext_item

Type: might_have

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

fulltext_item_words

Type: has_many

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

item_attachments_itemid

Type: might_have

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

item_attachments_sourceitemids

Type: has_many

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

item_creators

Type: has_many

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

item_datas

Type: has_many

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

item_notes_itemid

Type: might_have

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

item_notes_sourceitemids

Type: has_many

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

item_see_also_itemids

Type: has_many

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

item_see_also_linkeditemids

Type: has_many

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

item_tags

Type: has_many

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

libraryid

Type: belongs_to

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

itemids

Type: many_to_many

Composing rels: "item_see_also_linkeditemids" -> itemid

linkeditemids

Type: many_to_many

Composing rels: "item_see_also_linkeditemids" -> linkeditemid

tagids

Type: many_to_many

Composing rels: "item_tags" -> tagid

wordids

Type: many_to_many

Composing rels: "fulltext_item_words" -> wordid

stored_item_attachments_sourceitemids

Type: has_many

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

trash_item_attachments_sourceitemids

Type: has_many

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

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.