Hello! Quick question regarding standard errors.

I am running simple wage regressions to see if the classification of degrees affects the gender wage gap, with current code of:

Code:
 reg lghourpay age agesq first uppersecond lowersecond third  degree alevel married female Q2 Q3 Q4
How do I ensure I am using heteroskedastic standard errors in my regressions to reduce risk of heteroskedasticity?

Thank you!