Moved to new location

This commit is contained in:
2023-09-26 23:47:47 +03:30
parent 59b4c345a6
commit e0150933bb

View File

@@ -0,0 +1,5 @@
CREATE TABLE records (
id INT AUTO_INCREMENT PRIMARY KEY,
timestamp VARCHAR(255) NOT NULL,
description VARCHAR(255) NOT NULL
);