What does the value after TIMESTAMP in a column definition mean? – Phpmyadmin
I created a few MySQL tables via phpMyAdmin. Then I noticed that in table definitions some TIMESTAMP columns have a value attached: timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6) What does it mean and what value should I use?