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::ActorInfo

ACCESSORS

actor_id

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

first_name

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

last_name

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

film_info

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