2
I need to create a deadline, an access expiration date
in the case I am using to capture the current time the
"criado" datetime DEFAULT CURRENT_TIMESTAMP,
Where I use the CURRENT_TIMESTAMP to get the time of recording in Mysql, after the created tbm has the "EXPIRES"
How can I add days so that in the expiration has 30 days more than the servant?
Ex2: Created today ( 13/02/2017 ) and will expire tomorrow(+1 day) // my question is this +1 day
Thanks! It worked
– Leonardo Marciano