1 2 3 4 5
class AddMobileNumberToClients < ActiveRecord::Migration[8.1] def change add_column :clients, :mobile_number, :string, null: false end end