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

NAME

Sakila::Result::FilmActor

ACCESSORS

actor_id

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

film_id

  data_type: SMALLINT
  default_value: undef
  extra: HASH(0xa8477a8)
  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: Sakila::Result::Actor

film

Type: belongs_to

Related object: Sakila::Result::Film