Sha256: 5f65adbc648a4286d94f819a39c664364f74c1fb74a27017c95ca0e5a4d198c1
Contents?: true
Size: 396 Bytes
Versions: 6
Compression:
Stored size: 396 Bytes
Contents
# This migration comes from spree (originally 20140625214618) 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
6 entries across 6 versions & 1 rubygems