Manually creating the StripeEvents table

I added stripe to our app from the market place and when I went through the process I got the error:

“Could not install product to your application, because: {“code”:1169,“message”:“Dynamic schema definition is disabled for this application”,“errorData”:{}}”

OK, I fixed this issue by turning on “Enable dynamic schema definition”.

The docs say there should be a table created by the name of: StripeEvents, and if not, then we can create it manually based on the screenshot of the table schema. I had to create this table, but the screenshot did not provide a max length for the string columns. what should the max length of these be?

Thank you

The max allowed length is 500, I would set it to that size.