Sha256: f4a6e463374771ed880a8b61cfc9bddc8fcd2eb4c4615f3d48f04e5456693484
Contents?: true
Size: 335 Bytes
Versions: 14
Compression:
Stored size: 335 Bytes
Contents
class CreateSpreePaymentNotifications < ActiveRecord::Migration def self.up create_table :spree_payment_notifications do |t| t.text :params t.string :status t.string :transaction_id t.integer :order_id t.timestamps end end def self.down drop_table :spree_payment_notifications end end
Version data entries
14 entries across 14 versions & 1 rubygems