We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa5333 commit bf1c1d7Copy full SHA for bf1c1d7
testsetup/postgresql_setup.sql
@@ -1,5 +1,6 @@
1
-- Create extensions and types.
2
create extension hstore;
3
+create extension ltree;
4
create domain uint64 as numeric(20,0);
5
6
-- Create users for different types of connections and authentication.
0 commit comments