如何判断数据库架构和映射在哪里不同步



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

相关内容

  • 没有找到相关文章

最新更新