NAME
Biblio::Zotero::DB::Schema::Result::Annotation
VERSION
version 0.004
NAME
Biblio::Zotero::DB::Schema::Result::Annotation
TABLE: annotations
ACCESSORS
annotationid
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
|
itemid
data_type: 'int'
is_foreign_key: 1
is_nullable: 1
|
parent
data_type: 'text'
is_nullable: 1
|
textnode
data_type: 'int'
is_nullable: 1
|
offset
data_type: 'int'
is_nullable: 1
|
x
data_type: 'int'
is_nullable: 1
|
y
data_type: 'int'
is_nullable: 1
|
cols
data_type: 'int'
is_nullable: 1
|
rows
data_type: 'int'
is_nullable: 1
|
text
data_type: 'text'
is_nullable: 1
|
collapsed
data_type: 'bool'
is_nullable: 1
|
datemodified
data_type: 'date'
is_nullable: 1
|
PRIMARY KEY
RELATIONS
itemid
Type: belongs_to
Related object: Biblio::Zotero::DB::Schema::Result::ItemAttachment
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.