Sha256: 50f87d8e9dcf43cf0db73636893abfa36788301f2aa4ba20c13715d312ae0c2e
Contents?: true
Size: 351 Bytes
Versions: 17
Compression:
Stored size: 351 Bytes
Contents
class CreateSpreeMolliePaymentSources < ActiveRecord::Migration[5.1] 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
17 entries across 17 versions & 1 rubygems