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::RSS::Result::RsschannelHeader

COMPONENTS LOADED

TABLE: RSSCHANNEL_HEADERS

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

rsschannel

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

title

  data_type: 'varchar'
  is_nullable: 1
  size: 120

description

  data_type: 'varchar'
  is_nullable: 1
  size: 100

slug

  data_type: 'varchar'
  is_nullable: 1
  size: 120

language

  data_type: 'varchar'
  is_nullable: 1
  size: 2

PRIMARY KEY

RELATIONS

rsschannel

Type: belongs_to

Related object: Strehler::Schema::RSS::Result::Rsschannel