NAME
Biblio::Zotero::DB::Schema::Result::SavedSearchCondition
VERSION
version 0.003
NAME
Biblio::Zotero::DB::Schema::Result::SavedSearchCondition
TABLE: savedSearchConditions
ACCESSORS
savedsearchid
data_type: 'int'
is_foreign_key: 1
is_nullable: 0
searchconditionid
data_type: 'int'
is_nullable: 0
condition
data_type: 'text'
is_nullable: 1
operator
data_type: 'text'
is_nullable: 1
value
data_type: 'text'
is_nullable: 1
required
data_type: 'none'
is_nullable: 1
PRIMARY KEY
RELATIONS
savedsearchid
Type: belongs_to
Related object: Biblio::Zotero::DB::Schema::Result::SavedSearch
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.