Added database connection
Code now connects to database and prints out errors. Also the ticket table now includes a timestamp field
This commit is contained in:
@@ -6,5 +6,6 @@ CREATE TABLE IF NOT EXISTS tickets (
|
||||
betreff VARCHAR(100),
|
||||
description VARCHAR,
|
||||
room SMALLINT,
|
||||
date TIMESTAMP,
|
||||
user_id SMALLINT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user