Migration error while renaming table in Symfony Doctrine ORM
I have a ‘table’ that has some constraints, for example that ‘table’ is referenced by table ‘table1’. Then renaming ‘table’ with #[ORMTable(name: ‘new_table_name’)] in PHP class file, making a new migration
Migration error while renaming table in Symfony Doctrine ORM
I have a ‘table’ that has some constraints, for example that ‘table’ is referenced by table ‘table1’. Then renaming ‘table’ with #[ORMTable(name: ‘new_table_name’)] in PHP class file, making a new migration