Skip to content

Tag Master

Tag master table stores information about tag associated to specific module for each organisation.

Attributes

tagMasterId:

BigInt: Primary key for the master table.

orgId:

BigInt: Foreign key of Organization table.

tagName:

String: Stores the name of the tag.

tagDescription:

Text: Description of the tag.

Associations

Organisation

Each tag in the master table is linked to specific organisation.