Browse Source

for mpos fix

pull/1/head
startyourday60 1 year ago committed by GitHub
parent
commit
973bff6cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      db/create.sql

2
db/create.sql

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
DROP TABLE IF EXISTS `pool_worker`;
CREATE TABLE IF NOT EXISTS `pool_worker`
(
`id` INT(255) NOT NULL AUTO_INCREMENT,
`account_id` INT(255) NOT NULL AUTO_INCREMENT,
`username` VARCHAR(50) DEFAULT NULL,
`password` VARCHAR(50) DEFAULT NULL,
`mindiff` int(10) unsigned NOT NULL DEFAULT '1',

Loading…
Cancel
Save