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

VERSION

version 0.004

NAME

Biblio::Zotero::DB::Schema::Result::ItemAttachment

TABLE: itemAttachments

ACCESSORS

itemid

  data_type: 'integer'
  is_auto_increment: 1
  is_foreign_key: 1
  is_nullable: 0

sourceitemid

  data_type: 'int'
  is_foreign_key: 1
  is_nullable: 1

linkmode

  data_type: 'int'
  is_nullable: 1

mimetype

  data_type: 'text'
  is_nullable: 1

charsetid

  data_type: 'int'
  is_nullable: 1

path

  data_type: 'text'
  is_nullable: 1

originalpath

  data_type: 'text'
  is_nullable: 1

syncstate

  data_type: 'int'
  default_value: 0
  is_nullable: 1

storagemodtime

  data_type: 'int'
  is_nullable: 1

storagehash

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

RELATIONS

annotations

Type: has_many

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

highlights

Type: has_many

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

itemid

Type: belongs_to

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

sourceitemid

Type: belongs_to

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

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.