The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sakila::Result::FilmCategory

ACCESSORS

film_id

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

category_id

  data_type: TINYINT
  default_value: undef
  extra: HASH(0xa838de8)
  is_foreign_key: 1
  is_nullable: 0
  size: 3

last_update

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

RELATIONS

category

Type: belongs_to

Related object: Sakila::Result::Category

film

Type: belongs_to

Related object: Sakila::Result::Film