It is necessary to add a column in which when adding a line the name of the current day of the week would be written. Tried with several types and set the default DAYNAME(CURDATE()) , did not work. Approximately as implemented here over time
`add_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
add_time DATETIME DEFAULT CURRENT_TIMESTAMP, and get the day of the week in the request using the function. - Akinaadd_timeremains. it is necessary to add a new field to the existing ones - cruim