From 31cdf70cadf5bc135369a4bbf7f3641b4f0abb99 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 2 Sep 2025 14:23:11 +0100 Subject: Add entity detail column --- src/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'src/schema.sql') diff --git a/src/schema.sql b/src/schema.sql index eddea2d..3c6285b 100644 --- a/src/schema.sql +++ b/src/schema.sql @@ -6,6 +6,7 @@ CREATE TABLE entities ( id bigint NOT NULL, value text NOT NULL, type entity NOT NULL, + detail jsonb, CONSTRAINT pk_entities PRIMARY KEY(id), CONSTRAINT uni_entities_value UNIQUE(value) -- cgit v1.2.3