Sha256: e4cdb8a74f1b05df975f29caa41500bb9c0193d16de03dc204298e174c198bd6
Contents?: true
Size: 390 Bytes
Versions: 2
Compression:
Stored size: 390 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 null: true end end end
Version data entries
2 entries across 2 versions & 1 rubygems