If I insert anything new column it shows the error #1067. If I delete last six column then I can add but again can't enter the 6 column back.
Asked
Active
Viewed 324 times
0
-
check registerDate coloumn – Boby Jun 08 '16 at 06:37
-
Check [this](http://stackoverflow.com/questions/13063980/mysql-default-datetime-through-phpmyadmin) for reference. – Yash Jun 08 '16 at 06:41
-
You don't need to specify the length for datatype `TEXT`. – Yash Jun 08 '16 at 06:44
-
thank you guys you make my day :) – Awwab Jun 08 '16 at 07:12
1 Answers
0
In your table registerDate column you have to remove default value. because its not correct format for the given type

Mani
- 2,675
- 2
- 20
- 42