Sha256: 4e222205f7fe7e4fe234d7249d17560272f45da6e89b6c143ee98c8902de113b
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
# This migration comes from spree (originally 20140625214618) class CreateSpreeRefunds < ActiveRecord::Migration def change create_table :spree_refunds do |t| t.integer :payment_id t.integer :return_authorization_id t.decimal :amount, precision: 10, scale: 2, default: 0.0, null: false t.string :transaction_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 2 rubygems