mcorega/MySqlSwiftNative

Problem on create table

Opened this issue · 0 comments

When creating a new table, if you choose a MEDIUMTEXT (String) column as primary key, it will create you the row with AUTO_INCREMENT independently if you tell the function if you want it or not, throwing you an error.