Closed grizzlylab closed 9 years ago
To avoid errors like
[Doctrine\DBAL\DBALException] Unknown database type _text requested, Doctrine\DBAL\Platforms\PostgreSQL92Platform may not support it.
This can happen when executing app/console doctrine:schema:update --force.
app/console doctrine:schema:update --force
Thanks!
To avoid errors like
[Doctrine\DBAL\DBALException] Unknown database type _text requested, Doctrine\DBAL\Platforms\PostgreSQL92Platform may not support it.
This can happen when executing
app/console doctrine:schema:update --force
.