QT QSQL Periksa apakah ada tabel

if ( database.tables().contains( QLatin1String("employee_datastores") ) {
    ...
}
Delightful Donkey