`year` smallint(5) UNSIGNED NOT NULL, # quota year
`month` tinyint(3) UNSIGNED NOT NULL, # quota month
`quota` decimal(5,2) NOT NULL, # number of work hours in specified month and year
`year` smallint(5) UNSIGNED NOT NULL, # quota year
`month` tinyint(3) UNSIGNED NOT NULL, # quota month
`quota` decimal(5,2) NOT NULL, # number of work hours in specified month and year