We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0ead5 commit 99b42b3Copy full SHA for 99b42b3
1 file changed
java/pgjdbc/src/main/java/org/example/Example.java
@@ -69,6 +69,7 @@ public static void main(String[] args) throws SQLException {
69
}
70
// Create a new table named owner
71
Statement create = conn.createStatement();
72
+ create.executeUpdate("DROP TABLE IF EXISTS owner");
73
create.executeUpdate("""
74
CREATE TABLE IF NOT EXISTS owner(
75
id uuid NOT NULL DEFAULT gen_random_uuid(),
0 commit comments