mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Primary key for managed database #92

Open HongPong opened 4 years ago

HongPong commented 4 years ago

When trying to move into a managed database solution with Mysql 8 it requires primary keys on all tables. wp_cf7dbplugin_submits does not have primary key attribute apparently. (this helps with database replication apparently)

someone also made a note of this here but in the wrong place. https://wordpress.org/support/topic/wp_cf7dbplugin_submits-table-primary-key/