Update create_db.php

This commit is contained in:
jakani24
2024-01-14 13:44:23 +01:00
parent 5d5a148f61
commit 1ceae86ffa

View File

@@ -60,6 +60,7 @@ $sql = "CREATE TABLE IF NOT EXISTS users (
username VARCHAR(255) NOT NULL,
email VARCHAR(255) NOT NULL,
perms VARCHAR(255),
password VARCHAR(255),
2fa VARCHAR(255)
)";