Advertisement
KetchupMonki

Untitled

Sep 18th, 2020
1,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.17 KB | None | 0 0
  1. CREATE TABLE vmclItemRecords(
  2.     id INT(11) auto_increment,
  3.     script_id INT(3),
  4.     uuid VARCHAR(36),
  5.     count INT(10),
  6.     time DATETIME,
  7.     PRIMARY KEY (id)
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement