Sha256: 16a8d9a259e65b727de4ae8338030902c6c53232a576caf4e1f264a6a9093025
Contents?: true
Size: 329 Bytes
Versions: 38
Compression:
Stored size: 329 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 null: false end end end
Version data entries
38 entries across 38 versions & 2 rubygems