class AddTokenToRoles < ActiveRecord::Migration[6.1] def change add_column :roles, :token, :text end end