ALTER TABLE <tblName> MODIFY <columnName> dataType constraint;
Für Ihre Anforderung wird es
seinALTER TABLE <tblName> MODIFY <columnName> datetime;
Siehe http://dev.mysql.com/doc/ refman/5.1/en/alter-table.html
ALTER TABLE <tblName> MODIFY <columnName> dataType constraint;
Für Ihre Anforderung wird es
seinALTER TABLE <tblName> MODIFY <columnName> datetime;
Siehe http://dev.mysql.com/doc/ refman/5.1/en/alter-table.html