Improved chat.py and created a temporary chat.html to be transferred to react later
This commit is contained in:
Binary file not shown.
@@ -52,7 +52,7 @@ CREATE TABLE follows
|
||||
DROP TABLE IF EXISTS chat;
|
||||
CREATE TABLE chat
|
||||
(
|
||||
message_id INTEGER,
|
||||
message_id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
stream_id INTEGER NOT NULL,
|
||||
chatter_id VARCHAR(50) NOT NULL,
|
||||
message VARCHAR(256) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user