Sha256: 30f6d6d95ef6e593aaea1376fbd7fd00f1926cf21cfe4f71f5efeef85f8ae4a6
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 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, precision: 18, scale: 15 t.decimal :longitude, null: false, precision: 18, scale: 15 t.timestamps null: false end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social_framework-1.0.1 | db/migrate/20160516122649_create_social_framework_locations.rb |
social_framework-1.0.1 | db/tmp/migrate/20160516122649_create_social_framework_locations.rb |