Sha256: 03a5149a4f31cc5f996b59a32b883c0a207da71a1565c0b2946618efad664550

Contents?: true

Size: 170 Bytes

Versions: 15

Compression:

Stored size: 170 Bytes

Contents

class CreateProducts < ActiveRecord::Migration[5.0]
  def change
    create_table :products do |t|
      t.string :name

      t.timestamps null: false
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
thermos-1.0.2 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-1.0.1 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-1.0.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.6.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.5.2 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.5.1 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.5.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.4.1 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.4.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.3.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.2.1 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.2.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.1.1 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.1.0 test/dummy/db/migrate/20160325214849_create_products.rb
thermos-0.0.8 test/dummy/db/migrate/20160325214849_create_products.rb