i运行以下命令,并查看映射和架构不同步。有什么办法可以看到它不同步的地方吗?请注意,我认为使用详细标志-v
,-vv
或-vvv
标志会显示此信息,但我要么做错了,要么无法使用,因为这些标志都不会更改输出。
vendor/bin/doctrine orm:validate-schema -vvv
Mapping
-------
[OK] The mapping files are correct.
Database
--------
[ERROR] The database schema is not in sync with the current mapping file.
转储差异:
vendor/bin/doctrine orm:schema-tool:update --dump-sql
应用它们:
vendor/bin/doctrine orm:schema-tool:update --force