The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Strehler::Schema::Result::Tag

COMPONENTS LOADED

TABLE: TAGS

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

tag

  data_type: 'varchar'
  is_nullable: 1
  size: 120

item_id

  data_type: 'integer'
  is_nullable: 1

item_type

  data_type: 'varchar'
  is_nullable: 1
  size: 20

PRIMARY KEY