Sha256: ba0467a64136c5355a7192b5f4df5030a90f7cc0c247140ffc140132ab1334f3
Contents?: true
Size: 310 Bytes
Versions: 35
Compression:
Stored size: 310 Bytes
Contents
class AddGatewayTransactions < ActiveRecord::Migration def change create_table :gateway_transactions do |t| t.string :transaction_id t.boolean :success t.integer :service_fee t.integer :amount t.string :message t.text :response t.timestamps end end end
Version data entries
35 entries across 35 versions & 1 rubygems