Hello. I'm in trial mode with SQLYog and I'm running into a problem importing tables from our MSSQL database.
The error message received is Incorrect specifier for column 'ID'.
The datatype for this column is numeric, and it's set to auto-increment.
After doing some research, I discovered that mySQL does not support auto-increment on numeric fields – only integer fields.
While I can definitely convert the data type on all my tables, I was hoping that this import program would convert data types like this automatically…as needed.
Am I missing something? Perhaps a setting somewhere?
Thanks!