mirror of
https://github.com/ChenQihan666/Lolia-Nodes-Status-Pages.git
synced 2026-08-13 23:47:08 +08:00
4 lines
101 B
SQL
4 lines
101 B
SQL
CREATE TABLE IF NOT EXISTS uptimeflare (
|
|
key VARCHAR(255) PRIMARY KEY,
|
|
value BLOB NOT NULL
|
|
); |