Olá, ao executar o comando create, retornou o seguinte erro:
d:\Desenvolvimento\workspace-php\alura\doctrine-alura>vendor\bin\doctrine.bat orm:schema-tool:create
! [CAUTION] This operation should not be executed in a production environment!
Creating database schema...
In ToolsException.php line 34:
Schema-Tool failed with Error 'An exception occurred in driver: could not find driver' while executing DDL: CREATE TABLE Aluno (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, nome VARCHAR(255) NOT NULL)
In AbstractSQLiteDriver.php line 70:
An exception occurred in driver: could not find driver
In PDOConnection.php line 31:
could not find driver
In PDOConnection.php line 27:
could not find driver
orm:schema-tool:create [--dump-sql]