Is there a CLI command to check if all relations on schema are correct?
I would like to emulate the behavior that we have when using drizzle-studio, where it checks if all relations are correct in your schema, but I don't want to get a client up for that, mostly because I wanna add this step as a Github Action on my product dev flow
0 Replies