class AddLabelToUsers < ActiveRecord::Migration[7.0] def change add_column :users, :label, :string end end