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

ACCESSORS

film_id

data_type: SMALLINT
default_value: undef
extra: HASH(0xa848028)
is_auto_increment: 1
is_nullable: 0
size: 5

title

data_type: VARCHAR
default_value: undef
is_nullable: 0
size: 255

description

data_type: TEXT
default_value: undef
is_nullable: 1
size: 65535

release_year

data_type: YEAR
default_value: undef
is_nullable: 1
size: 4

language_id

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

original_language_id

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

rental_duration

data_type: TINYINT
default_value: 3
extra: HASH(0xa8478c8)
is_nullable: 0
size: 3

rental_rate

data_type: DECIMAL
default_value: 4.99
is_nullable: 0
size: 4

length

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

replacement_cost

data_type: DECIMAL
default_value: 19.99
is_nullable: 0
size: 5

rating

data_type: ENUM
default_value: G
extra: HASH(0xa842ce8)
is_nullable: 1
size: 5

special_features

data_type: SET
default_value: undef
extra: HASH(0xa847ae8)
is_nullable: 1
size: 54

last_update

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

RELATIONS

language

Type: belongs_to

Related object: Sakila::Result::Language

original_language

Type: belongs_to

Related object: Sakila::Result::Language

film_actors

Type: has_many

Related object: Sakila::Result::FilmActor

film_categories

Type: has_many

Related object: Sakila::Result::FilmCategory

inventories

Type: has_many

Related object: Sakila::Result::Inventory