NAME
DBIx::Cookbook::DBIC::Sakila::Result::City
ACCESSORS
city_id
data_type: SMALLINT
default_value: undef
extra: HASH(0xa04ee68)
is_auto_increment: 1
is_nullable: 0
size: 5
city
data_type: VARCHAR
default_value: undef
is_nullable: 0
size: 50
country_id
data_type: SMALLINT
default_value: undef
extra: HASH(0xa12a4a0)
is_foreign_key: 1
is_nullable: 0
size: 5
last_update
data_type: TIMESTAMP
default_value: CURRENT_TIMESTAMP
is_nullable: 0
size: 14
RELATIONS
addresses
Type: has_many
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Address
country
Type: belongs_to
Related object: DBIx::Cookbook::DBIC::Sakila::Result::Country