Sha256: 0c70d8d6e3226539514d8a583d44c9e3b0b1f85640e82a00705b51d44b7a5e3a
Contents?: true
Size: 188 Bytes
Versions: 10
Compression:
Stored size: 188 Bytes
Contents
class AddZipCodeAndCityNameToAccessPoint < ActiveRecord::Migration def change change_table :access_points do |t| t.string :zip_code t.string :city_name end end end
Version data entries
10 entries across 10 versions & 1 rubygems