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