Data Types for Qt-supported Database Systems

Different keywords

1
2
3
sqlite					mysql
AUTOINCREMENT				AUTO_INCREMENT
(datetime('now','localtime'))		now()

refer to:
https://doc.qt.io/qtforpython-6.2/overviews/sql-types.html
https://blog.csdn.net/zhangjianangyou/article/details/117018024