Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
It's imperative that the migration utility support specifying where the column is created and not just created at the end of the table, otherwise the migration utility is pretty much useless. I want to keep my database schema clean and tidy.
I would say the default use case of this method is to specify where the new column is created.
Please add the ability to specify where the new column goes to this function:
Doctrine_Migration::addColumn().
I understand your desire to want to control where a column is added but to use words like "imperative" and "useless" is crazy! Where the column goes is in no way a blocker or major problem. If someone wants this bad enough and provides a patch we can consider including it.