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

NAME

Strehler::Schema::Result::Category

COMPONENTS LOADED

TABLE: CATEGORIES

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

category

  data_type: 'varchar'
  is_nullable: 1
  size: 120

parent

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

articles

Type: has_many

Related object: Strehler::Schema::Result::Article

categories

Type: has_many

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

configured_tags

Type: has_many

Related object: Strehler::Schema::Result::ConfiguredTag

images

Type: has_many

Related object: Strehler::Schema::Result::Image

parent

Type: belongs_to

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