Sha256: 9db3e6756100d9c6b9de5d09478c6746f2bcc8c91d95d625af6cbaf3c3a3ef28
Contents?: true
Size: 317 Bytes
Versions: 14
Compression:
Stored size: 317 Bytes
Contents
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
14 entries across 14 versions & 1 rubygems