Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE vmclItemRecords(
- id INT(11) auto_increment,
- script_id INT(3),
- uuid VARCHAR(36),
- count INT(10),
- time DATETIME,
- PRIMARY KEY (id)
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement