Advertisement
Guest User

Untitled

a guest
May 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. wilder@wilder-ThinkPad-T430:~/Documents/mai/Symfony/Quete 1/blog$ php bin/console doctrine:mapping:info
  2.  
  3. Found 2 mapped entities:
  4.  
  5. [OK] App\Entity\Article
  6. [OK] App\Entity\Category
  7. wilder@wilder-ThinkPad-T430:~/Documents/mai/Symfony/Quete 1/blog$ php bin/console doctrine:schema:validate
  8.  
  9. Mapping
  10. -------
  11.  
  12.  
  13. [OK] The mapping files are correct.
  14.  
  15.  
  16. Database
  17. --------
  18.  
  19.  
  20. [OK] The database schema is in sync with the mapping files.
  21.  
  22.  
  23. wilder@wilder-ThinkPad-T430:~/Documents/mai/Symfony/Quete 1/blog$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement