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

ACCESSORS

actor_id

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

film_id

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

last_update

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

RELATIONS

actor

Type: belongs_to

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

film

Type: belongs_to

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