artefact_group_data

0 rows


Description

This table stores data pertaining to an artefact group, specifically its name.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
artefact_group_data_id INT UNSIGNED 10 null
artefact_group_data_owner.artefact_group_data_id artefact_group_data_owner_to_artefact_group_dataR
artefact_group_id INT UNSIGNED 10 null
artefact_group.artefact_group_id artefact_group_data_to_artefact_groupR
name VARCHAR 255 null

This is a human readable designation for the artefact group. Multiple artefact groups are allowed to share the same name, even in a single manuscript, though this is not advised.  The artefact group as a distinct entity is made unique by its artefact_group_id.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc artefact_group_data_id
artefact_group_data_to_artefact_group Performance Asc artefact_group_id

Relationships