class CreateFoobars < ActiveRecord::Migration def change create_table :foobars do |t| t.string :name, index: {unique: true} end end end