Changes between Version 2 and Version 5 of Ticket #28846
- Timestamp:
- Nov 26, 2017, 3:16:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28846
- Property Keywords SQLite migration manyToMany added
- Property Summary autogenerated table for ManyToMany relation does not include UNIQUE constraint if any other field is changed → autogenerated table for ManyToMany relation does not include UNIQUE constraint if any other field is changed(SQLite)
-
Ticket #28846 – Description
v2 v5 65 65 66 66 So no UNIQUE constraint is generated for automatically created table if there is any other field changed in the same migration. 67 At least it happens as for SQLite