Posts Tagged ‘mysql table’
How do I make my MySQL table automatically make a timestamp when new data is added?
I am trying to create a MySQL table with three columns. Two colummns are for data and a third the time at which the data is inserted. When I create the table, how do I write out the command to tell MySQL to create a timestamp column?