3 lines
63 B
MySQL
3 lines
63 B
MySQL
|
CREATE TABLE `updates` (
|
||
|
`dbVersion` int DEFAULT 0 not null
|
||
|
);
|