Sha256: 18d09bdbf8965cc927e589c8f5bd1a0cc298cd1dad82b69d9931af3ce3b21ecf

Contents?: true

Size: 200 Bytes

Versions: 15

Compression:

Stored size: 200 Bytes

Contents

class CreateCategories < ActiveRecord::Migration[5.0]
  def change
    create_table :categories do |t|
      t.string :name
      t.integer :store_id

      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/20160325214744_create_categories.rb
thermos-1.0.1 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-1.0.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.6.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.5.2 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.5.1 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.5.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.4.1 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.4.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.3.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.2.1 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.2.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.1.1 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.1.0 test/dummy/db/migrate/20160325214744_create_categories.rb
thermos-0.0.8 test/dummy/db/migrate/20160325214744_create_categories.rb