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

NAME

DBIx::Cookbook::DBIC::Sakila::Result::FilmList

ACCESSORS

fid

  data_type: SMALLINT
  default_value: 0
  extra: HASH(0xa128830)
  is_nullable: 1
  size: 5

title

  data_type: VARCHAR
  default_value: undef
  is_nullable: 1
  size: 255

description

  data_type: TEXT
  default_value: undef
  is_nullable: 1
  size: 65535

category

  data_type: VARCHAR
  default_value: undef
  is_nullable: 0
  size: 25

price

  data_type: DECIMAL
  default_value: 4.99
  is_nullable: 1
  size: 4

length

  data_type: SMALLINT
  default_value: undef
  extra: HASH(0xa12a4d0)
  is_nullable: 1
  size: 5

rating

  data_type: ENUM
  default_value: G
  extra: HASH(0xa129ec0)
  is_nullable: 1
  size: 5

actors

  data_type: VARCHAR
  default_value: undef
  is_nullable: 1
  size: 341