5 lines
64 B
MySQL
5 lines
64 B
MySQL
|
|
|
||
|
|
CREATE TABLE updatelog (
|
||
|
|
ul_key TEXT NOT NULL PRIMARY KEY
|
||
|
|
);
|