-1
As stated in the Isac error and comment, can only have one field auto-increment
.
You may have other primary and/or foreign keys, depending on your need.
From the print, probably the field id
of this table usuarios
be it auto-increment
.
To confirm, click above and you will have the flag of auto-increment
:
If you want to switch to the new column you are creating, uncheck it, and create another field with the flag marked.
It can only have a single auto increment field, as the error indicates. So you must be trying to modify/add an auto-increment field when you already have one
– Isac
Before clicking on "Guard" click on "Preview SQL" and post the sql expression in your question.
– WMomesso