Sha256: 130d96e15d32445a9e68d47634d79c26124edda3311476f6536718e6db50b896

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

class CreateSpreePagSeguroTransactions < ActiveRecord::Migration
  def change
    create_table :spree_pag_seguro_transactions do |t|
      t.string :email
      t.float :amount
      t.string :transaction_id
      t.string :customer_id
      t.string :order_id
      t.string :payment_id
      t.text :params
      t.string :code
      t.string :state

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_pagseguro_simple-1.0.1.alpha db/migrate/20150506164744_create_spree_pag_seguro_transactions.rb
spree_pagseguro_simple-1.0.alpha db/migrate/20150506164744_create_spree_pag_seguro_transactions.rb
spree_pagseguro_simple-0.9 db/migrate/20150506164744_create_spree_pag_seguro_transactions.rb