Sha256: 748ec6028345c3f802eaef24a5c0e1f0b55f9c05566edb540ec3725f1e04a58f

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

class CreatePlaces < ActiveRecord::Migration
  def change
    create_table :places do |t|
      t.references :country, index: true, foreign_key: true

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eager_counting-0.1.0 test/dummy/db/migrate/20150727081755_create_places.rb