The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::ZoneCountry

TABLE: zone_countries

ACCESSORS

zones_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

country_iso_code

  data_type: 'char'
  is_foreign_key: 1
  is_nullable: 0
  size: 2

PRIMARY KEY

RELATIONS

Zone

Type: belongs_to

Related object: Interchange6::Schema::Result::Zone

Country

Type: belongs_to

Related object: Interchange6::Schema::Result::Country