6 lines
277 B
SQL
6 lines
277 B
SQL
-- Stonks Oracle - Add parser_output_ref to documents table
|
|
-- Stores the MinIO reference to the structured parser output JSON
|
|
-- (metadata, quality signals, warnings, outbound links, tags, etc.)
|
|
|
|
ALTER TABLE documents ADD COLUMN IF NOT EXISTS parser_output_ref VARCHAR(1000);
|