Advertisement
Guest User

Untitled

a guest
May 24th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. C:\laragon\www\Symphony\blog>php bin/console doctrine:mapping:info
  2.  
  3. Found 2 mapped entities:
  4.  
  5. [OK] App\Entity\Article
  6. [OK] App\Entity\Categorie
  7.  
  8. C:\laragon\www\Symphony\blog>php bin/console doctrine:schema:validate
  9.  
  10. Mapping
  11. -------
  12.  
  13.  
  14. [OK] The mapping files are correct.
  15.  
  16.  
  17. Database
  18. --------
  19.  
  20.  
  21. [OK] The database schema is in sync with the mapping files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement