-- Add migration script here CREATE TABLE processed_data ( id SERIAL PRIMARY KEY, content TEXT NOT NULL, created_at TIMESTAMP DEFAULT NOW() );