AUTO_INCREMENT
When I insert new record to table using table editor, ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT ) new field doesn't give the proper ID number. Seems like the editor can't find next free ID on auto increment field
1
vote

-
Calin B commented
Have the same problem. Additionally, if I try to set a new value for AI in the Option tab and save the table, the new value is not set.