mirror of
https://github.com/Noratrieb/uptime.git
synced 2026-01-14 16:45:06 +01:00
write website
This commit is contained in:
parent
24abf6d98c
commit
7ff9a67148
15 changed files with 1580 additions and 38 deletions
6
migrations/20230831173056_create_table.sql
Normal file
6
migrations/20230831173056_create_table.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE checks (
|
||||
id INTEGER AUTO INCREMENT PRIMARY KEY,
|
||||
request_time TIMESTAMP NOT NULL,
|
||||
website VARCHAR NOT NULL,
|
||||
result VARCHAR NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue