When creating a column with a default value of the current UTC instant, the generated MySQL query will fail with a syntax error. Add the FluentMigrator runner, and ...
I have a migrations folder containing initialize_up.sql (has one create statement) and intialize_down.sql (has one drop statement) I ran migrate and it created the tables now i changed the ...