MIF_E31222691/laravel/database
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
..
connectors cleaning up code. 2012-02-17 16:30:11 -06:00
query alias aggregate column in query grammar. 2012-02-21 09:23:24 -06:00
schema Use constraints for "unique" on Postgres schemas. 2012-03-02 09:54:43 -06:00
connection.php cleaning up code. 2012-02-27 09:28:21 -06:00
exception.php all database exceptions now include SQL and bindings in message for easier debugging. 2012-02-16 22:32:09 -06:00
expression.php added support for database expressions. 2011-10-12 19:55:44 -05:00
grammar.php cleaning up code. 2012-02-17 16:30:11 -06:00
query.php cleaning up code. 2012-02-17 16:30:11 -06:00
schema.php consolidate database methods into db::query. 2012-02-17 08:47:06 -06:00