Estou com esse erro:
An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 no such table: ativoemp
Exceptions 3Logs 1Stack Traces 3
Doctrine\DBAL\Exception\
TableNotFoundException
in C:\xampp\htdocs\contb\cotab\vendor\doctrine\dbal\src\Driver\API\SQLite\ExceptionConverter.php (line 52)
) {
return new NotNullConstraintViolationException($exception, $query);
}
if (strpos($exception->getMessage(),
'no such table:') !== false) {
return new TableNotFoundException($exception, $query);
}
if (strpos($exception->getMessage(),
'already exists') !== false) {
return new TableExistsException($exception, $query);
}
github: git@github.com:tiagobrandao03/cotab.git