It's depends on how many type of constants you required in database.
Here, you can maintain multiple type of constants in single table with mapping those with it's type.
Also you can create Foreign Key constraint on MaritalStatusID and LeavesStatusID on [User] table by referencing ID column in [Term] table.