Contains the tags definitions
> Columns
tag_id: integer not null
The unique internal ID of the tag. It is generated with
the seq_tag_id sequence.
name: varchar(300) not null
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.
> Size
One entry per tag.