Estou tendo dificuldade em criar o banco de dados com o comando:
.\vendor\bin\doctrine.bat orm:schema-tool:create
O comando está retornando:
!
! [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: SQLSTATE[HY000] [14] unable to open database file' while executing DDL: CREATE TABLE Aluno (id INTEGER PRIMARY KEY AUTOINCREMENT NOT N
ULL, nome VARCHAR(255) NOT NULL)
In AbstractSQLiteDriver.php line 67:
An exception occurred in driver: SQLSTATE[HY000] [14] unable to open database file
In PDOConnection.php line 31:
SQLSTATE[HY000] [14] unable to open database file
In PDOConnection.php line 27:
SQLSTATE[HY000] [14] unable to open database file
orm:schema-tool:create [--dump-sql]
Falta alguma configuração minha? Estou utilizando o SQLite.