category_id uuid REFERENCES blog_categories(id) ON DELETE SET NULL, author_id uuid REFERENCES blog_authors(id) ON DELETE SET NULL, CREATE INDEX IF NOT EXISTS idx_blog_posts_category ON ...