Class: AddNameToEnterpriseAccount

Inherits:
Object
  • Object
show all
Defined in:
lib/osso/db/migrate/20200715205801_add_name_to_enterprise_account.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# 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