Sha256: 6086730c5accbbe6ea233ebf8cce2f56aed4698e00da8e302e0515bacb0d3aab
Contents?: true
Size: 353 Bytes
Versions: 12
Compression:
Stored size: 353 Bytes
Contents
class CreateSpreeMolliePaymentSources < SpreeExtension::Migration[4.2] def change create_table :spree_mollie_payment_sources do |t| t.string :payment_id t.string :payment_method_name t.string :issuer t.string :status t.string :payment_url t.integer :payment_method_id t.integer :user_id end end end
Version data entries
12 entries across 12 versions & 1 rubygems