# Functions
FieldNames returns the names of the given fields.
UpdateSchema updates the schema.go file of the cluster and node databases.
# Variables
AssociationTable represents the type for an entity that associates two other entities.
EntityTable represents the type for any entity that maps to a Go struct.
MapTable represents the type for a table storing key/value pairs.
ReferenceTable represents the type for for any entity that contains an 'entity_id' field mapping to a parent entity.
# Type aliases
TableType represents the logical type of the table defined by the Go struct.