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

Strehler::Schema::Result::ConfiguredTag

COMPONENTS LOADED

TABLE: CONFIGURED_TAGS

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

tag

  data_type: 'varchar'
  is_nullable: 1
  size: 120

category_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

item_type

  data_type: 'varchar'
  is_nullable: 1
  size: 20

default_tag

  data_type: 'tinyint'
  is_nullable: 1

PRIMARY KEY

RELATIONS

category

Type: belongs_to

Related object: Strehler::Schema::Result::Category