Moved to new location
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
CREATE TABLE records (
|
||||||
|
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
timestamp VARCHAR(255) NOT NULL,
|
||||||
|
description VARCHAR(255) NOT NULL
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user