At the time a customer places an order on my website, how can I make it so the "order_date" column is automatically populated with the date the data is added to the database?
Is this something I have to include in my update statement or can I somehow make the database automatically add a date to when the row was inserted?
Thank you!