postgres.php
9.77 KB
- 
Use constraints for "unique" on Postgres schemas. · c002ae63Previous 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> Taylor Otwell committed