Sha256: ea7586b00935ae45f1c56cc74a094de3d4b77144a1720eee64cd3bac76cea77b
Contents?: true
Size: 335 Bytes
Versions: 2
Compression:
Stored size: 335 Bytes
Contents
class CreateSkrillTransactions < SpreeExtension::Migration[4.2] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_gateway-3.3.0.rc2 | db/migrate/20111118164631_create_skrill_transactions.rb |
spree_gateway-3.3.0.rc1 | db/migrate/20111118164631_create_skrill_transactions.rb |