MIF_E31222691/laravel/database/schema
Taylor Otwell c002ae6337 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>
2012-03-02 09:54:43 -06:00
..
grammars Use constraints for "unique" on Postgres schemas. 2012-03-02 09:54:43 -06:00
table.php Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. 2012-03-02 09:41:30 -06:00