added technical documentation
This commit is contained in:
@@ -108,7 +108,7 @@ CREATE TABLE IF NOT EXISTS messages (
|
||||
role VARCHAR(20) NOT NULL,
|
||||
content TEXT NOT NULL,
|
||||
has_images BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
image_urls TEXT[],
|
||||
image_urls JSONB,
|
||||
token_count INTEGER,
|
||||
created_at TIMESTAMPTZ DEFAULT NOW(),
|
||||
updated_at TIMESTAMPTZ DEFAULT NOW()
|
||||
|
||||
Reference in New Issue
Block a user