QSqlMigrator
                                
                                
                                
                                    QSqlMigrator copied to clipboard
                            
                            
                            
                        A library to help you keep track of database schema migrations
As of MySQL 8.0.17, the display width attribute is deprecated for integer data types; you should expect support for it to be removed in a future version of MySQL. [Source](https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html)...
Any chance to add support to set foreign keys constraint? Regards,
The SQLite plugin maps the SQL datatype DateTime to the datatype timestamp. timestamp is not part of SQLite and will be mapped to string.
ASSERT failure in QList::at: "index out of range", file c:\qt\5.13.0\msvc2017\include\qtcore\qlist.h, line 560 Debug Error! Program: D:\CoreWork\bin_Debug\Qt5Cored.dll Module: 5.13.0 File: c:\qt\5.13.0\msvc2017\include\qtcore\qlist.h Line: 560 ASSERT failure in QList::at: "index out of range",...
Migrations have to include api.h to be implemented at the moment. api.h is a rather complex header file which polutes every migration header file with unnecessery command and structure classes...
I tried to compile master with various errors and then tried the released version 1.0, with the following error. The class column contains a private const member variable: ``` const...
Only one process should be allowed to execute migrations at a time. Ways to ensure this should be taken from other migration frameworks in java etc.
The Visual Studio Compiler optimizes away the automatic registration. There is currently no known workaround for this. One proposal: Build the registry with a qmake generated file. (Scan for Filename...