With AshPostgres, what is the proper way to create a exclusion constraint in a ash resource?
For check constraint, we can do it like this
With the above codes, when we run
With the above codes, when we run
mix ash.codegen <filename> constraints are created. But how can we do the same for exclusion constraint? Thanks.