Mac air m2 microphone does not work

hi guys!
i read different topics about it found a solution like i have to do this:
sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db
and then you need to change the parameters:
INSERT or REPLACE INTO access VALUES('kTCCServiceMicrophone','com.blizzard.heroesofthestorm',0,1,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);
but i receive this error:
Parse error: table access has 17 columns but 12 values were supplied

Please advise which additional values i should add to the query?

at the end of the day i’ve solved it on my Mac Air m2 sonoma via adding this line.
INSERT INTO access VALUES(‘kTCCServiceMicrophone’,‘com.blizzard.heroesofthestorm’,0,1,1,1,NULL,NULL,‘UNUSED’,1,0,1551892126,0,0,0,0,0);