NAME

Biblio::Zotero::DB::Schema::Result::Tag

VERSION

version 0.004

NAME

Biblio::Zotero::DB::Schema::Result::Tag

TABLE: tags

ACCESSORS

tagid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'text'
  is_nullable: 0

type

  data_type: 'int'
  is_nullable: 0

dateadded

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0

datemodified

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0

clientdatemodified

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0

libraryid

  data_type: 'int'
  is_nullable: 1

key

  data_type: 'text'
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

libraryid_key_unique

libraryid_name_type_unique

RELATIONS

item_tags

Type: has_many

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

itemids

Type: many_to_many

Composing rels: "item_tags" -> itemid

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.