[DBAL-235] Column order is not synchronized by Comparator Created: 08/Mar/12 Updated: 03/Apr/12 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | Schema Managers |
| Affects Version/s: | 2.2.1 |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Improvement | Priority: | Major |
| Reporter: | Artem Goutsoul | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
MySQL |
||
| Description |
|
Comparator does not synchronize column order. It would be great if it did. |
| Comments |
| Comment by Chris Woodford [ 02/Apr/12 ] |
|
I assume that this means adding AFTER to any ALTER ADD statements? if so, this is something that i would really appreciate as well |
| Comment by Artem Goutsoul [ 03/Apr/12 ] |
|
Yup, that's exactly what I meant! |