5 lines
219 B
SQL
5 lines
219 B
SQL
-- Phase 3E: Extract STAR stories from Block F into structured data.
|
|
-- Stores stories as JSON array for querying and UI reconstruction.
|
|
|
|
ALTER TABLE reports ADD COLUMN stories TEXT; -- JSON array of STAR story objects
|