use enum types for column in database requests
should document the numerical values used to get the correct value from records returned by the SQL requests
will allow much easier modifications of the list of columns in the requests (adding or removing columns will just needs an update to the enum type)