Describe the bug
When using loggable, a new ext_log_entries table is created in the database.
After that, every time we use doctrine:migrations:diff command, the generated migration file contains
$this->addSql('DROP TABLE ext_log_entries');
Any way to prevent this?