aboutsummaryrefslogtreecommitdiff
path: root/db/migrate/20240307220309_add_where_is_it_to_things.rb
blob: 6d183071af7f6664e59b79991c6589bead79463d (plain)
1
2
3
4
5
class AddWhereIsItToThings < ActiveRecord::Migration[7.1]
  def change
    add_column :things, :where_is_it, :string
  end
end