matriphe / mssql2mysql

Simple MS SQL to MySQL PHP script converter
30 stars 25 forks source link

Columns with Datetime #11

Open leykevin opened 6 years ago

leykevin commented 6 years ago

Hello, i have a Column with the name "Date" the type is Datetime. The Column will be created in MySQL successfully but all of the data is set to "0000-00-00 00:00:00".

skoulix commented 6 years ago

I have the same issue.

skoulix commented 6 years ago

@leykevin, have you managed to find a solution? Thanks