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

DBIx::Cookbook::DBIC::Sakila::Result::FilmCategory

ACCESSORS

film_id

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

category_id

data_type: TINYINT
default_value: undef
extra: HASH(0xa137e30)
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: DBIx::Cookbook::DBIC::Sakila::Result::Category

film

Type: belongs_to

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