Sha256: 0fea68eb0808287c8f04329759c400bf859848b9a9b93e75d7d59c72365f9a09

Contents?: true

Size: 297 Bytes

Versions: 4

Compression:

Stored size: 297 Bytes

Contents

class CreateSocialFrameworkLocations < ActiveRecord::Migration
  def change
    create_table :social_framework_locations do |t|

      t.belongs_to :route, null: false

      t.decimal :latitude, null: false
      t.decimal :longitude, null: false
      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
social_framework-0.0.3 db/migrate/20160516122649_create_social_framework_locations.rb
social_framework-0.0.3 db/tmp/migrate/20160516122649_create_social_framework_locations.rb
social_framework-0.0.2 db/migrate/20160516122649_create_social_framework_locations.rb
social_framework-0.0.2 db/tmp/migrate/20160516122649_create_social_framework_locations.rb