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

ACCESSORS

actor_id

  data_type: SMALLINT
  default_value: undef
  extra: HASH(0xa1204d8)
  is_auto_increment: 1
  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

last_update

  data_type: TIMESTAMP
  default_value: CURRENT_TIMESTAMP
  is_nullable: 0
  size: 14

RELATIONS

film_actors

Type: has_many

Related object: DBIx::Cookbook::DBIC::Sakila::Result::FilmActor