arca madonna

This commit is contained in:
fether13 2023-09-01 20:09:59 +02:00
parent 339f42872c
commit 12a5478beb
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ public class Main {
Connection connection = DriverManager.getConnection("jdbc:postgresql://127.0.0.1:5432/ingegneria",
"neto", "fethergay");
//TODO: rimuovi gay e frocio
var stmt = connection.prepareStatement("DO $$ BEGIN "
+ "CREATE TYPE categoria_appartenenza AS ENUM ('gay', 'frocio');"
+ "EXCEPTION "