Merge branch 'main' into webdev

This commit is contained in:
2026-04-14 09:12:10 +02:00
+2 -2
View File
@@ -35,8 +35,8 @@ CREATE TABLE Utenti(
id_utente INT PRIMARY KEY AUTO_INCREMENT, id_utente INT PRIMARY KEY AUTO_INCREMENT,
nome VARCHAR(30), nome VARCHAR(30),
cognome VARCHAR(18), cognome VARCHAR(18),
email VARCHAR(255), email VARCHAR(255) UNIQUE NOT NULL,
password VARCHAR(255) password VARCHAR(255) NOT NULL
); );
-- 3. INSERIMENTO DATI (INSERT INTO) -- 3. INSERIMENTO DATI (INSERT INTO)