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


You need to login to view comments.