mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
3 lines
66 B
SQL
3 lines
66 B
SQL
CREATE TABLE IF NOT EXISTS data
|
|
(key TEXT PRIMARY KEY,
|
|
value TEXT) |