Change wp_evf_sessions schema to use a bigint auto increment field instead of char(32) field as the primary key. Doing this change primarily as it should reduce the occurrence of deadlocks, but also because it is not a good practice to use a char(32) field as the primary key of a table.