I am trying to store a datetime as a timestamp in MySQL with microsecond precision: 2020-05-10 16:00:00.666666 using SQLAchemy
2020-05-10 16:00:00.666666
Here is my model: