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

ACCESSORS

category_id

  data_type: TINYINT
  default_value: undef
  extra: HASH(0xa129310)
  is_auto_increment: 1
  is_nullable: 0
  size: 3

name

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

last_update

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

RELATIONS

film_categories

Type: has_many

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