im doing migration from MSSQL to MySQL.
right now by using migration wizard option in MySQL workbench im migrating.
but in this process its simply migrate table structure and datas alone, its skipping Indexing and default value of the columns.
so each time after im migrate a table im doing indexing and assigning column default values manually.
pls. refer me any tool which should migrate table structure,datas,indexing and column default values..
or i dont know exactlly wheather we can do this "MySQL workbench - migration wizard " option.. if we can .. pls give me steps to do that.