I’m attempting to bake a model based on a materialized view. Postgres doesn’t support constraints on views, so bake is complaining about not having a primary key. The view is in all other ways conformant to Cake conventions.
Is there a way around this?