Changes between Version 131 and Version 132 of members/GRIP-UQAM


Ignore:
Timestamp:
May 7, 2016, 3:53:16 PM (9 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v131 v132  
    13381338$ php bin/console doctrine:generate:entity --entity="AppBundle:Category" --fields="name:string(255)" --no-interaction
    13391339$ php bin/console doctrine:generate:entity --entity="AppBundle:BlogPost" --fields="title:string(255) body:text draft:boolean" --no-interaction
     1340$ php bin/console doctrine:schema:create
     1341$ php bin/console doctrine:schema:update # after modification
    13401342}}}
    13411343See