Contains the tags definitions.
Structure of tags
tag_idinteger
The unique internal ID of the tag
namecharacter varying(300)
The name of the tag.
parent_idinteger
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