Sha256: b178dea496a4b51fa23e9bf0ee81aa462852bd2af6cc413e74025db30c3de5b7
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
# This migration comes from spree (originally 20140625214618) class CreateSpreeRefunds < ActiveRecord::Migration[4.2] 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 null: false, precision: 6 end end end
Version data entries
3 entries across 3 versions & 2 rubygems