Sha256: d32834bb98b149d009b7578b2e40a9d832cad91f26bd1d60243cb8e342273251
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
class AddCustomerIdToUsers < ActiveRecord::Migration[6.1] def change add_column :phcdevworks_accounts_users, :payments_customer_id, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_accounts-3.3.0 | db/migrate/20210407121952_add_customer_id_to_users.rb |