I have a form on my website and when somebody fill it the info are copied in my database.
The table is named "form" and its 5 columns:
I now need to know when each form entry was submitted, and would like to add a "created at" column which will be filled with the creation time/date timestamp.
Can I retrieve the created date for the row already saved in the table?
Run this script in phpMyAdmin?
ALTER TABLE Form
ADD Column CreatedOn timestamp NOT NULL DEFAULT current_timestamp ;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With