init.sql updated.

This commit is contained in:
Asal Lotfi
2025-07-18 13:20:19 +03:30
parent 1c90c66429
commit c11092c7c6
13 changed files with 11 additions and 488 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS users(
user_id VARCHAR(70) UNIQUE,
user_id VARCHAR(70) UNIQUE NOT NULL,
internal_uuid UUID PRIMARY KEY,
username VARCHAR(50) UNIQUE NOT NULL,
password TEXT NOT NULL,