obdev/db/migrate/20240217063851_add_note_to_...

6 lines
124 B
Ruby

class AddNoteToFormsRoles < ActiveRecord::Migration[7.1]
def change
add_column :forms_roles, :note, :string
end
end