Closed FrankYang0610 closed 1 week ago
In SQLite, there is no such type: DATETIME.
Any DATETIME object will be converted to a TEXT object, of the corresponding timestamp.
Note this to make the Model work correctly, thanks
In SQLite, there is no such type: DATETIME.
Any DATETIME object will be converted to a TEXT object, of the corresponding timestamp.
Note this to make the Model work correctly, thanks