We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb2ee9 commit efbf572Copy full SHA for efbf572
tests/postgres/setup.sql
@@ -54,4 +54,4 @@ CREATE TABLE test_citext (
54
55
CREATE SCHEMA IF NOT EXISTS foo;
56
57
-CREATE ENUM foo."Foo" ('Bar', 'Baz');
+CREATE TYPE foo."Foo" as ENUM ('Bar', 'Baz');
0 commit comments