i have a column with the datatype DATETIME and im trying to get it to automatically insert the current date and time. i tried setting the value to NOW() but it gave the following error
ERROR 1292: 1292: Incorrect datetime value: 'NOW()' for column 'date' at row 1
does anyone know how this is accomplished? im using mysql workbench