Resolved: Cannot add auto increment
2 answers ( 1 marked as helpful)
Auto_increment can be set on an INT column.
The company_id column that you are trying to set auto increment on is varchar(255).
Hi Izzatilla!
Thanks for reaching out.
As Tanika explained, please set the company_id column to INT.
Hope this helps.
Best,
Tsvetelin