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