Closed Tsarcasm closed 4 years ago
This is a really big problem we need to fix asap. There needs to be one increment between the two tables, at the moment you can have two accounts with the same PK if they are in different tables.
Auto increment could be retrieved using a query like SHOW TABLE STATUS LIKE 'tableName'
SHOW TABLE STATUS LIKE 'tableName'
Solved in 575ed9e158db2391a2ef6ecd749fc6fca46f84e4
This is a really big problem we need to fix asap. There needs to be one increment between the two tables, at the moment you can have two accounts with the same PK if they are in different tables.