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

Version Path
phcdevworks_accounts-3.2.4 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts-3.2.3 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts-3.2.2 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts-3.2.1 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts-3.2.0 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts-3.1.2 db/migrate/20210407121952_add_customer_id_to_users.rb