class SpreePaypalCheckoutOrder < ActiveRecord::Migration[7.1] def change create_table :spree_paypal_checkout_orders do |t| t.string :token t.string :payer_id t.string :transaction_id t.string :state t.string :refund_transaction_id t.datetime :refunded_at t.string :refund_type t.timestamps end end end