We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5a61c commit 0b0f9abCopy full SHA for 0b0f9ab
1 file 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