Sha256: 723317409701c74f2bfd49e4154854f41051e77143743d63d25706fa4bec2cd3
Contents?: true
Size: 215 Bytes
Versions: 7
Compression:
Stored size: 215 Bytes
Contents
class AddLatLonZoomToProducts < ActiveRecord::Migration def change add_column :products, :lat, :float add_column :products, :lon, :float add_column :products, :zoom, :integer, :default => 14 end end
Version data entries
7 entries across 7 versions & 1 rubygems