QSqlMigrator icon indicating copy to clipboard operation
QSqlMigrator copied to clipboard

SQLite plugin maps type DateTime to non existing column type timestamp

Open mlathan opened this issue 10 years ago • 0 comments

The SQLite plugin maps the SQL datatype DateTime to the datatype timestamp. timestamp is not part of SQLite and will be mapped to string.

mlathan avatar Jan 29 '15 10:01 mlathan