public function setUp()
 {
     $this->connection = new PostgresConnection(null);
     $this->connection->useDefaultSchemaGrammar();
 }