Postgresql – Proper way to store all days of every month in database
I want to store such fields in the table as: the ID of the employee, his last name and first name, and how many hours he worked on each day of the month. For example, March 1 - 6 hours,…