Sha256: 2ed8c1e82a6dcd3b8cc3d471491cbf85cfa9b4eb95e56a9b8fd34376da1f2639
Contents?: true
Size: 348 Bytes
Versions: 76
Compression:
Stored size: 348 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, precision: 6 end end end
Version data entries
76 entries across 76 versions & 1 rubygems