I need to save a field that stores hours in the mysql
database.
It's a service register where I need to save the amount of hours for that particular service. When the service scheduling occurs at 11:00 am for example, the system adds hour spent for that service + the time of the start of the service. For example, the service lasts one hour, so the schedule will only be available after 12:00.
So what kind of field duracao_servico
, which will be added at the time of the schedule?