I have been making tables with a modified row which is time stamped.
`modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
I am seeking to rename this as bookedin
and timestamp the day of entry into the database.
i have looked on the net for a solution at sites like http://www.w3schools.com/sql/func_curdate.asp
And cant seem to find a solution that works or is what i need.
I tried to edit it in the databse myself but with no luck. as you can tell im a extremity novice