Sha256: 82c118480c27093f13255d31cd4aa56c06bda724c5f8287b4c68a78380b6564c
Contents?: true
Size: 166 Bytes
Versions: 6
Compression:
Stored size: 166 Bytes
Contents
class AddCustomerIdToUsers < ActiveRecord::Migration[6.1] def change add_column :phcdevworks_accounts_users, :payments_customer_id, :string end end
Version data entries
6 entries across 6 versions & 1 rubygems