some change of locations

This commit is contained in:
2023-09-23 00:26:47 +03:30
parent 1ade781ba6
commit d60d4d7c24
5 changed files with 69 additions and 0 deletions

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
);