Sha256: 6d87db7a125f3ef95fa7b7f897020e4d3ae6a6952a4f58823491ef7b441b72f1
Contents?: true
Size: 125 Bytes
Versions: 4
Compression:
Stored size: 125 Bytes
Contents
class AddTestCityToLocations < ActiveRecord::Migration def change add_column :locations, :test_city, :string end end
Version data entries
4 entries across 4 versions & 1 rubygems