Database FAIL - The database schema is not in sync with the current mapping file

后端 未结 7 1661
南方客
南方客 2020-12-10 04:03

Can anybody explain the following doctrine schema validation error message please:

\"The

7条回答
  •  旧时难觅i
    2020-12-10 04:47

    for Symfony3:

    app/console changed to bin/console, --full-database to --complete

    so the final command will be:

    php bin/console doctrine:schema:update --force --complete --dump-sql
    

提交回复
热议问题