FivespeedDoc / BMS_Project

A Banquet Management System (BMS)
3 stars 0 forks source link

No DATETIME in SQLite #4

Closed FrankYang0610 closed 1 week ago

FrankYang0610 commented 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