Closed Calin23 closed 3 years ago
Considering the following tables that are not mapped anywhere in the Doctrine ORM.
oauth_access_tokens
oauth_auth_codes
oauth_clients
oauth_personal_access_clients
oauth_refresh_tokens
oauth_scopes
Runing vendor/bin/doctrine-migrations migrations:diff will only create a migration file that will drop the tables specified above.
vendor/bin/doctrine-migrations migrations:diff
We need to tell Doctrine to ignore those custom tables as specified in their documentation.
Considering the following tables that are not mapped anywhere in the Doctrine ORM.
oauth_access_tokens
oauth_auth_codes
oauth_clients
oauth_personal_access_clients
oauth_refresh_tokens
oauth_scopes
Runing
vendor/bin/doctrine-migrations migrations:diff
will only create a migration file that will drop the tables specified above.We need to tell Doctrine to ignore those custom tables as specified in their documentation.