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

ACCESSORS

inventory_id

data_type: MEDIUMINT
default_value: undef
extra: HASH(0xa835b70)
is_auto_increment: 1
is_nullable: 0
size: 8

film_id

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

store_id

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

last_update

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

RELATIONS

film

Type: belongs_to

Related object: Sakila::Result::Film

store

Type: belongs_to

Related object: Sakila::Result::Store

rentals

Type: has_many

Related object: Sakila::Result::Rental