Sha256: ab473aafbb7025ec9e4bea6068c43532bf68258388f23dfa6d48792209858008
Contents?: true
Size: 301 Bytes
Versions: 22
Compression:
Stored size: 301 Bytes
Contents
class CreateSpreePaymentNotifications < ActiveRecord::Migration def change create_table :spree_payment_notifications do |t| t.text :params t.string :status t.string :transaction_id t.integer :order_id t.string :notification_code t.timestamps end end end
Version data entries
22 entries across 16 versions & 1 rubygems