Sha256: 137925461c90b2203edc8fa63d19fc9994093827c594d8b5fcb5dd23b47c608c
Contents?: true
Size: 360 Bytes
Versions: 20
Compression:
Stored size: 360 Bytes
Contents
class AddPaypalCommercePlatformSources < ActiveRecord::Migration[5.2] def change create_table :paypal_commerce_platform_sources do |t| t.integer :payment_method_id t.string :authorization_id t.string :capture_id t.string :paypal_email t.string :paypal_order_id t.string :refund_id t.timestamps end end end
Version data entries
20 entries across 20 versions & 1 rubygems