Jump to content

Alter table structure


kurt.santo

Recommended Posts

How do I alter details of a table structure? Have a table with a column date_added and one date_completed, both type TIMESTAMP . The problem I encountered: When the date_completed column is updated, it also updates the date_added. Therefore I would like to change the type TIMESTAMP TO DATETIME. How would I do this? I only know how to change records...Kurt

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...