diff --git a/bindings/java/doxygen/schema/db_schema_8_6.dox b/bindings/java/doxygen/schema/db_schema_8_6.dox
index 34f0438444941d1434340f753c0d796e99a86e48..83215b7315b6c5992154784294fcfdd05e4b4e84 100644
--- a/bindings/java/doxygen/schema/db_schema_8_6.dox
+++ b/bindings/java/doxygen/schema/db_schema_8_6.dox
@@ -305,13 +305,13 @@ Stores information on generated reports.
 
 ## tag_names
 Defines what tag names the user has created and can therefore be applied.
-- tag_name_id - Unique ID for each tag name
-- display_name - Display name of tag
-- description  - Description  (can be empty string)
-- color - Color choice for tag (can be empty string)
-- knownStatus - Stores whether a tag is notable/bad (as org.sleuthkit.datamodel.TskData.FileKnown enum)
-- tag_set_id - Id of the tag set the tag name belongs to (references tag_set_id in tsk_tag_sets, may be null)
-- rank - Used to order the tag names for a given tag set for display purposes
+- **tag_name_id** - Unique ID for each tag name
+- **display_name** - Display name of tag
+- **description**  - Description  (can be empty string)
+- **color** - Color choice for tag (can be empty string)
+- **knownStatus** - Stores whether a tag is notable/bad (as org.sleuthkit.datamodel.TskData.FileKnown enum)
+- **tag_set_id** - Id of the tag set the tag name belongs to (references tag_set_id in tsk_tag_sets, may be null)
+- **rank** - Used to order the tag names for a given tag set for display purposes
 
 ## tsk_tag_sets
 Used to group entries from the tag_names table. An object can have only one tag from a tag set at a time.