class AddNdbnToIngredients < ActiveRecord::Migration[4.2]
def change
change_table :ingredients do |t|
t.string :ndbn, limit: 5, index: true
end