php bin/console doctrine:migrations:up-to-date
Tells you if your schema is up-to-date.
Usage
doctrine:migrations:up-to-date [-u|--fail-on-unregistered] [-l|--list-migrations] [--configuration CONFIGURATION] [--em EM] [--conn CONN]Options
-u,   --fail-on-unregistered   Whether to fail when there are unregistered extra migrations found 
-l,   --list-migrations        Show a list of missing or not migrated versions. 
      --configuration          The path to a migrations configuration file. <comment>[default: any of migrations.{php,xml,json,yml,yaml}]</comment> 
      --em                     The name of the entity manager to use. 
      --conn                   The name of the connection to use. 
Help
The doctrine:migrations:up-to-date command tells you if your schema is up-to-date:
    bin/console doctrine:migrations:up-to-date 
                        