Pending payment table structure
-
Hi there,
I was wondering why no primary key is used in PENDING_PAYMENT_DB_TABLE_NAME?
We are going to migrate to a managed DB instance where primary keys are required and I noticed {$wpdb->prefix}_mollie_pending_payment uses just an unique index on the id column.
I would suggest to alter it to be a primary key, for myself I did it manually.
Best regards,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Pending payment table structure’ is closed to new replies.