Sha256: 6b094ed5e85dd750576ccbe7b2d9402638e28aa12f74131a2e680daeace90b25
Contents?: true
Size: 329 Bytes
Versions: 5
Compression:
Stored size: 329 Bytes
Contents
class CreateSkrillTransactions < ActiveRecord::Migration def change create_table :spree_skrill_transactions do |t| t.string :email t.float :amount t.string :currency t.integer :transaction_id t.integer :customer_id t.string :payment_type t.timestamps null: true end end end
Version data entries
5 entries across 5 versions & 1 rubygems