MIF_E31222691/laravel/database/schema/grammars
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
..
grammar.php Move method into grammar.php instead of duplicating in each grammar 2012-02-29 15:21:20 -06:00
mysql.php Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. 2012-03-02 09:41:30 -06:00
postgres.php Use constraints for "unique" on Postgres schemas. 2012-03-02 09:54:43 -06:00
sqlite.php Move method into grammar.php instead of duplicating in each grammar 2012-02-29 15:21:20 -06:00
sqlserver.php Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. 2012-03-02 09:41:30 -06:00