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