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

ACCESSORS

customer_id

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

store_id

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

first_name

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

last_name

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

email

  data_type: VARCHAR
  default_value: undef
  is_nullable: 1
  size: 50

address_id

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

active

  data_type: TINYINT
  default_value: 1
  is_nullable: 0
  size: 1

create_date

  data_type: DATETIME
  default_value: undef
  is_nullable: 0
  size: 19

last_update

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

RELATIONS

address

Type: belongs_to

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

store

Type: belongs_to

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

payments

Type: has_many

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

rentals

Type: has_many

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