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

NAME

Strehler::Schema::Result::Content

COMPONENTS LOADED

TABLE: CONTENTS

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

article

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

title

  data_type: 'varchar'
  is_nullable: 1
  size: 120

slug

  data_type: 'varchar'
  is_nullable: 1
  size: 120

text

  data_type: 'longtext'
  is_nullable: 1

language

  data_type: 'varchar'
  is_nullable: 1
  size: 2

PRIMARY KEY

RELATIONS

article

Type: belongs_to

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