mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-05 14:02:11 +00:00
string for payment intent id
This commit is contained in:
parent
b34e7ade8c
commit
8f4cb95cb5
@ -3,7 +3,7 @@
|
|||||||
class CreatePaymentsTable < ActiveRecord::Migration[5.2]
|
class CreatePaymentsTable < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
create_table :payments do |t|
|
create_table :payments do |t|
|
||||||
t.integer :payment_intent_id, null: false
|
t.string :payment_intent_id, null: false
|
||||||
t.string :receipt_email, null: false
|
t.string :receipt_email, null: false
|
||||||
t.string :url, null: false
|
t.string :url, null: false
|
||||||
t.integer :amount, null: false
|
t.integer :amount, null: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user