-- Agent Memory: add metadata JSONB column for structured memory metadata ALTER TABLE agent_memories ADD COLUMN IF NOT EXISTS metadata JSONB;