Sha256: e805901cb40222018fccaaca42e98d5b3b5d000b442623f9993e6a856ef4a2a6

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

class CreateAlipayinfos < ActiveRecord::Migration
  def change
    create_table :spree_alipayinfos do |t|
      t.string :first_name
      t.string :last_name
      t.string :transaction_id
      t.string :payment_id
      t.decimal :amount
      t.integer :order_id

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_alipay-1.2 db/migrate/20130702115540_create_alipayinfos.rb