The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Biblio::Zotero::DB::Schema::Result::Group

VERSION

version 0.004

NAME

Biblio::Zotero::DB::Schema::Result::Group

TABLE: groups

ACCESSORS

groupid

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

libraryid

data_type: 'int'
is_foreign_key: 1
is_nullable: 0

name

data_type: 'text'
is_nullable: 0

description

data_type: 'text'
is_nullable: 0

editable

data_type: 'int'
is_nullable: 0

fileseditable

data_type: 'int'
is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

libraryid_unique

RELATIONS

libraryid

Type: belongs_to

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

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.