本次提交是为了申请phpstorm开源者注册码

This commit is contained in:
admin
2019-08-05 14:31:51 +08:00
parent 061ea9b124
commit 359e2166b4
65 changed files with 1996 additions and 460 deletions

View File

@@ -1,7 +1,7 @@
-- 加入订阅设备表
CREATE TABLE `device` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`type` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '类型0-兼容、1-Shadowsocks(R)、2-V2Ray',
`type` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '类型0-兼容、1-ShadowsocksR、2-V2Ray',
`platform` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '所属平台0-其他、1-iOS、2-Android、3-Mac、4-Windows、5-Linux',
`name` VARCHAR(50) NOT NULL COMMENT '设备名称',
`status` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '状态0-禁止订阅、1-允许订阅',