In SQL server its identity(1,1) to create an auto_increment field, but there's no way to do that.
If the table already has an identity field, try editing the name or structure in HeidiSQL and notice the errors.
In SQL server its identity(1,1) to create an auto_increment field, but there's no way to do that.
If the table already has an identity field, try editing the name or structure in HeidiSQL and notice the errors.
Please login to leave a reply, or register at first.