Sha256: d6b03c8569d01d8be57211ec9ef357424c504390a65095cdf8c0b59660b1df2b
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
class CreateSpreeRazorpayCheckouts < ActiveRecord::Migration[5.2] def change create_table :spree_razorpay_checkouts do |t| t.string :order_id t.string :razorpay_payment_id t.string :status t.string :payment_method t.string :card_id t.string :bank t.string :wallet t.string :vpa t.string :email t.string :contact t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems