We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a83504 commit 1ee6436Copy full SHA for 1ee6436
1 file changed
src/Database/Adapter/Postgres.php
@@ -30,7 +30,7 @@
30
*/
31
class Postgres extends SQL
32
{
33
- const MAX_IDENTIFIER_NAME = 63;
+ public const MAX_IDENTIFIER_NAME = 63;
34
/**
35
* @inheritDoc
36
0 commit comments