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

ACCESSORS

film_id

  data_type: SMALLINT
  default_value: undef
  is_nullable: 0
  size: 6

title

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

description

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