Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from AAllport/patch-1
Browse files Browse the repository at this point in the history
Added pgsql to README.md
  • Loading branch information
michaeldyrynda committed Aug 2, 2020
2 parents 0d10318 + 3d9aeb5 commit 23bf030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ As of 4.0, this package uses a [custom cast](https://laravel.com/docs/7.x/eloque

> **Note**: This package purposely does not use [package discovery](https://laravel.com/docs/5.8/packages#package-discovery), as it makes changes to the MySQL schema file, which is something you should explicitly enable.
MySQL and SQLite are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
MySQL, SQLite, and PostgreSQL are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.

Note that `doctrine/dbal` does not appear to support changing existing `uuid` fields, and doing so would cause your existing values to be truncated in any event.

Expand Down

0 comments on commit 23bf030

Please sign in to comment.