Design a system with three parts: 1. Relational Database Schema: Model customer–user–repo relationships with the following constraints: - A customer can have N users - A customer can have N repos - Each repo can have N associated users (many-to-many) - Each repo is connected to exactly 1 compute environment…