Open GoogleCodeExporter opened 9 years ago
In reaction to Chris' note here
https://groups.google.com/forum/#!topic/phpliteadmin/029UzDxGMyQ
I would suggest something using current features: i.e:
myTable (columns A,B,C,D), add column X after B:
1: add column X
2: add columns _C,_D
3: copy contents: C->_C, D->_D
4: delete columns C,D
5: rename columns: _C->C, _D->D
Would it be easier?
Original comment by jan.turo...@gmail.com
on 13 Apr 2014 at 12:02
Good idea. But as we already have the mechanism to edit columns and add columns
at the end, adding one in the middle is more or less simply a mixture of both
from a technical point of view so it should not be too difficult to implement.
Original comment by crazy4ch...@gmail.com
on 13 Apr 2014 at 8:45
Original issue reported on code.google.com by
crazy4ch...@gmail.com
on 9 Apr 2014 at 2:46