Is it possible to define such index using slick table definitions:
ALTER TABLE user_group
ADD CONSTRAINT unique_constraint UNIQUE NULLS NOT DISTINCT (age_group_id, location_id);
Is it possible to define such index using slick table definitions:
ALTER TABLE user_group
ADD CONSTRAINT unique_constraint UNIQUE NULLS NOT DISTINCT (age_group_id, location_id);
Copyright © 2021 Jogjafile Inc.