Update create_db.php

This commit is contained in:
Janis Steiner
2024-06-27 13:53:35 +00:00
committed by GitHub
parent 56ff92ef5a
commit a5bd62191d

View File

@@ -84,7 +84,8 @@ $sql = "CREATE TABLE IF NOT EXISTS reservations (
set_by_userid INT,
time_from VARCHAR(255),
time_to VARCHAR(255),
day VARCHAR(255)
day VARCHAR(255),
for_class INT
)";
$link->query($sql);