You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bom dia, tudo bem? Então fui realizar a instalação do programa e após criar um banco de dados vazio zig e configurar o .env na raiz de projeto fui realizar o migrate assim como está descrito na documentação entretanto retornou esse erro pra mim
"php command migrate
PHP Warning: PDO::query(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zig.migrations' doesn't exist in /var/www/zigmoney/zig/System/NativeQuery/NativeQuery.php on line 16
PHP Fatal error: Uncaught Error: Call to a member function execute() on bool in /var/www/zigmoney/zig/System/NativeQuery/NativeQuery.php:19
Stack trace:
#0 /var/www/zigmoney/zig/System/CommandLine/Migrate.php(59): System\NativeQuery\NativeQuery->query() #1 /var/www/zigmoney/zig/System/CommandLine/Migrate.php(26): System\CommandLine\Migrate->migrate() #2 /var/www/zigmoney/zig/System/CommandLine/Command.php(31): System\CommandLine\Migrate->__construct() #3 /var/www/zigmoney/zig/command(16): System\CommandLine\Command->run()"
até tentei inserir o migrations manualmente no banco de dados o que funcionou mas os dados não são migrados, estou fazendo algo de errado? conseguem me ajudar? #4 {main}
thrown in /var/www/zigmoney/zig/System/NativeQuery/NativeQuery.php on line 19
The text was updated successfully, but these errors were encountered:
Bom dia, tudo bem? Então fui realizar a instalação do programa e após criar um banco de dados vazio zig e configurar o .env na raiz de projeto fui realizar o migrate assim como está descrito na documentação entretanto retornou esse erro pra mim
"php command migrate
PHP Warning: PDO::query(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zig.migrations' doesn't exist in /var/www/zigmoney/zig/System/NativeQuery/NativeQuery.php on line 16
PHP Fatal error: Uncaught Error: Call to a member function execute() on bool in /var/www/zigmoney/zig/System/NativeQuery/NativeQuery.php:19
Stack trace:
#0 /var/www/zigmoney/zig/System/CommandLine/Migrate.php(59): System\NativeQuery\NativeQuery->query()
#1 /var/www/zigmoney/zig/System/CommandLine/Migrate.php(26): System\CommandLine\Migrate->migrate()
#2 /var/www/zigmoney/zig/System/CommandLine/Command.php(31): System\CommandLine\Migrate->__construct()
#3 /var/www/zigmoney/zig/command(16): System\CommandLine\Command->run()"
até tentei inserir o migrations manualmente no banco de dados o que funcionou mas os dados não são migrados, estou fazendo algo de errado? conseguem me ajudar?
#4 {main}
thrown in /var/www/zigmoney/zig/System/NativeQuery/NativeQuery.php on line 19
The text was updated successfully, but these errors were encountered: