NAME

Biblio::Zotero::DB::Schema::Result::SyncedSetting

VERSION

version 0.004

NAME

Biblio::Zotero::DB::Schema::Result::SyncedSetting

TABLE: syncedSettings

ACCESSORS

setting

data_type: 'text'
is_nullable: 0

libraryid

data_type: 'int'
is_nullable: 0

value

data_type: (empty string)
is_nullable: 0

version

data_type: 'int'
default_value: 0
is_nullable: 0

synced

data_type: 'int'
default_value: 0
is_nullable: 0

PRIMARY KEY

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.