3 lines
57 B
MySQL
3 lines
57 B
MySQL
|
CREATE TABLE `sync` (
|
||
|
`last_update` datetime not null
|
||
|
);
|