Use constraints for "unique" on Postgres schemas.
Previous was using CREATE INDEX, should be using ADD CONSTRAINT as this will create the index automatically per Postgres documentation.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Showing
Please register or sign in to comment