Sha256: c314bcd3a525b09268b8f36a713f9e57abbf5496cdf0f2c375e75cc2051012b8

Contents?: true

Size: 154 Bytes

Versions: 3

Compression:

Stored size: 154 Bytes

Contents

class AddStripeIdToUsers < ActiveRecord::Migration[6.1]
  def change

    add_column :phcdevworks_accounts_users, :stripe_customer_id, :string

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_accounts-3.0.7 db/migrate/20210402042717_add_stripe_id_to_users.rb
phcdevworks_accounts-3.0.5 db/migrate/20210402042717_add_stripe_id_to_users.rb
phcdevworks_accounts-3.0.4 db/migrate/20210402042717_add_stripe_id_to_users.rb