You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a hard requirement in CreateTableStatement.php:checkPlausibility() for tables to have a primary key- however this is not a SQL requirement. The library incorrectly adds a primary key to the first column in the table which breaks when that column does not contain unique values.
The text was updated successfully, but these errors were encountered:
There is a hard requirement in
CreateTableStatement.php:checkPlausibility()
for tables to have a primary key- however this is not a SQL requirement. The library incorrectly adds a primary key to the first column in the table which breaks when that column does not contain unique values.The text was updated successfully, but these errors were encountered: