ashb commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r313334637
########## File path: airflow/migrations/versions/d38e04c12aa2_add_serialized_dag_table.py ########## @@ -61,6 +61,7 @@ def upgrade(): table_name="serialized_dag", column_name="last_updated", type_=mysql.TIMESTAMP(fsp=6), + nullable=False, Review comment: Random comment: WHy don't we use DATETIME columns? https://dev.mysql.com/doc/refman/8.0/en/datetime.html ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services