Sha256: 3feceba092dece1f2bc8fb7008ed9267773b67680e2e796033e808e44f864bfe
Contents?: true
Size: 364 Bytes
Versions: 16
Compression:
Stored size: 364 Bytes
Contents
class CreateSolidusMpPixPaymentSources < ActiveRecord::Migration[7.0] def change create_table :solidus_mp_pix_payment_sources do |t| t.string :external_id t.string :email t.string :tax_id t.integer :payment_method_id t.string :qr_code t.text :qr_code_base64 t.string :ticket_url t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems