Skip to content

Instantly share code, notes, and snippets.

@dmdavis
Created May 25, 2012 19:52
Show Gist options
  • Select an option

  • Save dmdavis/2790180 to your computer and use it in GitHub Desktop.

Select an option

Save dmdavis/2790180 to your computer and use it in GitHub Desktop.
Remove ON UPDATE from MySQL Timestamp column
-- From http://www.fakebeing.com/projects/remove-on-update-from-mysql-timestamp-column/
ALTER TABLE mytable CHANGE columnName columnName TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
@puneetjindal
Copy link

this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment