ephraimbuddy opened a new pull request, #24044:
URL: https://github.com/apache/airflow/pull/24044

   We currently don't compare column types between ORM and the migration files. 
Some columns in the migration files have different types from the same columns 
in the ORM. Here, I made effort to match the types in migration files with the 
types in ORM, using the migration files as the source of truth in most cases.
   
   I couldn't convert the MySQL VARCHAR collation in db(`utf8_bin`) to use the 
one in ORM(`utf8mb3_bin`). It seems it's not possible to convert a collation of 
an already existing column in MySQL.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to