You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Create a Enum type in DB of MySql
2.Try creating the code for the DB
What is the expected output? What do you see instead?
Error
Please use labels and text to provide additional information.
I deed a simple patch for it
I added this lines in the "MySqlSchemaLoader"
if (column.SqlType == "enum")
{
column.SqlType = "varchar";
}
Original issue reported on code.google.com by [email protected] on 29 Jul 2011 at 12:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Jul 2011 at 12:24The text was updated successfully, but these errors were encountered: