I am working on PHP and database MySQL. I have two tables in SQL Server 2005 and I want to move them into MySQL.
These two tables contain fields with Unique Identifier and MySQL doesn’t have a Unique Identifier data type. So I am not able to convert it into MySQL.
Please help me to solve this problem.
I guess you’re looking how to create a primary key? There is also auto increment, which you will probably need
Here is an example of a table creation: