Add Column
Current Schema
CREATE TABLE ontology_classes (
id VARCHAR(50) NOT NULL,
iri VARCHAR(255),
label VARCHAR(255),
curie VARCHAR(255),
description TEXT,
annotations JSON,
axioms JSON,
ontology_id VARCHAR(50),
entity_id VARCHAR(255),
transformation_logs JSON,
properties JSON,
PRIMARY KEY (id)
)