Symfony, schema / database, drop, create and load fixtures in single command

In single command, drop, create and load fixtures. All with SQL queries execution (–force option)

php app/console doctrine:schema:drop --force && php app/console doctrine:schema:update --force && php app/console doctrine:fixtures:load --no-interaction