Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 23bf030

Browse files
Merge pull request #30 from AAllport/patch-1
Added pgsql to README.md
2 parents 0d10318 + 3d9aeb5 commit 23bf030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ As of 4.0, this package uses a [custom cast](https://laravel.com/docs/7.x/eloque
1919

2020
> **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.
2121
22-
MySQL and SQLite are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
22+
MySQL, SQLite, and PostgreSQL are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
2323

2424
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.
2525

0 commit comments

Comments
 (0)