Sha256: d7b93cc52f1bb36e9c6c62f262198cab801aceeb471dc23910cffd8affda643d
Contents?: true
Size: 403 Bytes
Versions: 40
Compression:
Stored size: 403 Bytes
Contents
class CreateSolidusBlingPaymentMethods < ActiveRecord::Migration[7.0] def change create_table :solidus_bling_payment_methods do |t| t.string :external_id t.integer :account_id, null: false, index: true t.integer :spree_payment_method_id, null: false, index: true t.timestamps t.foreign_key :spree_payment_methods, column: :spree_payment_method_id end end end
Version data entries
40 entries across 40 versions & 1 rubygems