Sha256: b97cfa10451301137032523be77beeb42f7b67d259f4a2ace76245e5d5911e69
Contents?: true
Size: 182 Bytes
Versions: 10
Compression:
Stored size: 182 Bytes
Contents
class AddZipCodeAndCityNameToStopArea < ActiveRecord::Migration def change change_table :stop_areas do |t| t.string :zip_code t.string :city_name end end end
Version data entries
10 entries across 10 versions & 1 rubygems