We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de5a61c + e2f42eb commit 334f660Copy full SHA for 334f660
3 files changed
odm2api/models.py
@@ -14,7 +14,7 @@
14
BigIntegerType = BigIntegerType.with_variant(mysql.BIGINT(), 'mysql')
15
16
DateTimeType = DateTime()
17
-DateTimeType = DateTimeType.with_variant(sqlite.INTEGER(), 'sqlite')
+DateTimeType = DateTimeType.with_variant(sqlite.DATETIME(), 'sqlite')
18
19
20
def is_hex(s):
0 commit comments