NAME
DBIx::Cookbook::DBIC::Sakila::Result::Store
ACCESSORS
store_id
data_type: TINYINT
default_value: undef
extra: HASH(0xa132408)
is_auto_increment: 1
is_nullable: 0
size: 3
manager_staff_id
data_type: TINYINT
default_value: undef
extra: HASH(0xa138860)
is_foreign_key: 1
is_nullable: 0
size: 3
address_id
data_type: SMALLINT
default_value: undef
extra: HASH(0xa12c710)
is_foreign_key: 1
is_nullable: 0
size: 5
last_update
data_type: TIMESTAMP
default_value: CURRENT_TIMESTAMP
is_nullable: 0
size: 14
RELATIONS
customers
Type: has_many
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Customer
inventories
Type: has_many
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Inventory
staffs
Type: has_many
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Staff
address
Type: belongs_to
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Address
manager_staff
Type: belongs_to
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Staff