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