Name | Type | Description |
---|---|---|
history_id | integer | The unique ID of this row in the table. |
tag_id | uuid | Unique ID of the tag in the system. |
tag_name | varchar(50) | Name of the tag, as displayed in the tag tree. |
tag_description | varchar(4000) | Description of the tag, as displayed in the edit dialog. |
tag_path | varchar(4000) | The path to the tag in the tree. |
tag_level | smallint | The tag level in the tree. |
create_date | timestamp with time zone | The date this tag was added to the system. |
update_date | timestamp with time zone | The date this tag was changed in the system. |
delete_date | timestamp with time zone | The date this tag was deleted from the system. |