Contains the tags definitions.
Structure of tags
tag_id
integer
The unique internal ID of the tag
name
character varying(300)
The name of the tag.
parent_id
integer
The tag_id of the parent, for a child tag. Null if the tag is at the root level.
REFERENCES
tags
Tables referencing tags via Foreign Key Constraints