InsForge Schema Patterns Expert patterns for designing PostgreSQL schemas optimized for InsForge's PostgREST backend. Pattern 1: Social Graph (Follows) Use when: Building social features like Twitter, Instagram, LinkedIn connections Schema: Query with InsForge SDK: --- Pattern 2: Likes (Many-to-Many Junction Table) Use when: Users can like posts, comments, or other content Schema: Query with InsForge SDK: --- Pattern 3: Nested Comments (Self-Referential) Use when: Building comment threads, nested replies Schema: Query with InsForge SDK: --- Pattern 4: Multi-Tenant (Organization Scoped) Use wh…