forgeplus/db/migrate/20211119135526_add_note_to_...

6 lines
112 B
Ruby

class AddNoteToClaim < ActiveRecord::Migration[5.2]
def change
add_column :claims, :note, :text
end
end