Sha256: a8cd95e5b3d2cd1b35143cc880965a6c1cc295dc52fae6cb099b8d02069da14d

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

# This migration comes from redshop (originally 20160218231810)
class CreateRedshopCategories < ActiveRecord::Migration
  def change
    create_table :redshop_categories do |t|
      t.string :name
      t.text :desc

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redshop-0.0.1 test/dummy/db/migrate/20160218232316_create_redshop_categories.redshop.rb