Sha256: b33c1c31efb65969399af2d750749c2334479e3ef85a4f2e157f8192635dad85
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
class CreatePlaces < ActiveRecord::Migration[5.2] def change create_table :places do |t| t.string :term t.text :city t.references :country, index: true t.float :latitude t.float :longitude t.timestamps null: false end add_index :places, :term end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_event-0.4.0.rc.1 | db/migrate/20151128142913_create_places.rb |