class AddNameToEnterpriseAccount
Public Instance Methods
change()
click to toggle source
# File lib/osso/db/migrate/20200715205801_add_name_to_enterprise_account.rb, line 2 def change add_column :enterprise_accounts, :name, :string, null: false end