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

ACCESSORS

address_id

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

address

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

address2

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

district

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

city_id

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

postal_code

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

phone

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

last_update

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

RELATIONS

city

Type: belongs_to

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

customers

Type: has_many

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

staffs

Type: has_many

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

stores

Type: has_many

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