Sha256: 79f960a48617653541fd0f2e6e533bbd8a1881a0f57d4273140f7d796f307eb3

Contents?: true

Size: 180 Bytes

Versions: 8

Compression:

Stored size: 180 Bytes

Contents

class AddCustomerIdToUsers < ActiveRecord::Migration[7.0]
    def change

        add_column :phcdevworks_accounts_devise_users, :payments_customer_id, :string

    end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_accounts_devise-1.1.1 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-1.1.0 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-1.0.1 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-1.0.0 db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-0.1.3.pre.beta db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-0.1.2.pre.beta db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-0.1.1.pre.beta db/migrate/20210407121952_add_customer_id_to_users.rb
phcdevworks_accounts_devise-0.1.0.pre.beta db/migrate/20210407121952_add_customer_id_to_users.rb