Sha256: 712cf6dadf84e026f3ff99f15a4b193b7aa164a682b02490bf181bcda2079e87

Contents?: true

Size: 177 Bytes

Versions: 1

Compression:

Stored size: 177 Bytes

Contents

class CreateShops < ActiveRecord::Migration
  def change
    create_table :shops do |t|
      t.boolean :enabled
      t.boolean :visible
      t.string :name
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tuning-1.0.0 test/dummy/db/migrate/20161020200126_create_shops.rb