Skip to content

EntityTag tableΒΆ

The EntityTag table implements the association between an Entity and a tag.

Column Description Format Required
IdEntity Entity identifier int Yes
IdTag Tag identifier int Yes
IdTagType Tag type identifier tinyint Yes

Where IdTagType can have the following values:

Id Name Description
1 Autogen A system tag automatically created such as sensitive data
2 UserProvided A user added tag for a given Provider

It should always be used UserProvided type of tags.