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

NAME

DBIx::Cookbook::DBIC::Sakila::Result::Film

ACCESSORS

film_id

  data_type: SMALLINT
  default_value: undef
  extra: HASH(0xa1329f8)
  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(0xa12a310)
  is_foreign_key: 1
  is_nullable: 0
  size: 3

original_language_id

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

rental_duration

  data_type: TINYINT
  default_value: 3
  extra: HASH(0xa12ce70)
  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(0xa1234e0)
  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(0xa12d650)
  is_nullable: 1
  size: 5

special_features

  data_type: SET
  default_value: undef
  extra: HASH(0xa1324b8)
  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: DBIx::Cookbook::DBIC::Sakila::Result::Language

original_language

Type: belongs_to

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

film_actors

Type: has_many

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

film_categories

Type: has_many

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

inventories

Type: has_many

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