mysql create modify default timestamp


/ Published in: MySQL
Save to your folder(s)

add created datetime and modified timestamp columns to table


Copy this code and paste it in your HTML
  1. ALTER TABLE `table` ADD `created` DATETIME NOT NULL ,

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.