I need to create a deadline, an expiration date for access
In case I am using to capture the current time, the
"criado" datetime DEFAULT CURRENT_TIMESTAMP,
Where I use CURRENT_TIMESTAMP to get the time of writing in MySQL, after the created has also the "EXPIRES"
How can I add days to the expiration date to have 30 days more than the servant?
Ex2: Created today (2/13/2017) and will expire tomorrow (+1 day) // my question is on this +1 day