Sha256: 76e70ae1142e26995f5e965e9cbf1afc7a71071e7472bb6ab895ac324a4fd920
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
class CreatePayments < ActiveRecord::Migration def change create_table Fe::Payment.table_name do |t| t.timestamps t.integer "application_id" t.string "payment_type" t.string "amount" t.string "payment_account_no" t.string "auth_code" t.string "status" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-0.0.4 | db/migrate/20140828045339_create_payments.rb |