Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Mapping Drivers, Tools
-
Labels:
Description
In Symfony2, when updating the collation option of a table, the schema tool doesn't recognize the change:
Changing from:
* @ORM\Table()
To:
* @ORM\Table(options={"collate"="utf8_swedish_ci"})
Results in:
$ php app/console doctrine:schema:update --dump-sql Nothing to update - your database is already in sync with the current entity metadata.