Sha256: dcc8caaefe706325bf3d0e715b14c98a45c2b0b517c9f78dd8faff962d5f1205

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

class CreateExoplanets < ActiveRecord::Migration
  def change
    create_table :exoplanets do |t|
      t.string :name

      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/subtabs/rails_4-2-0/db/migrate/20141222142158_create_exoplanets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_4-2-0/db/migrate/20141222142158_create_exoplanets.rb
tabulous-2.1.2 spec/applications/subtabs/rails_4-2-0/db/migrate/20141222142158_create_exoplanets.rb