Sha256: 95e34a899082ed54680470da51d9bab1ebab60f5e818c5c79b1025043191e45b
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 Bytes
Contents
class CreateLocations < ActiveRecord::Migration def change create_table :locations do |t| t.string :name t.string :description t.string :street1 t.string :street2 t.string :state t.string :zip t.string :country t.string :latitude t.string :longitude t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems