<<

NAME

Koha::Schema::Result::City

TABLE: cities

ACCESSORS

cityid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

unique identifier added by Koha

city_name

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 100

name of the city

city_state

  data_type: 'varchar'
  is_nullable: 1
  size: 100

name of the state/province

city_country

  data_type: 'varchar'
  is_nullable: 1
  size: 100

name of the country

city_zipcode

  data_type: 'varchar'
  is_nullable: 1
  size: 20

zip or postal code

PRIMARY KEY

<<