mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 16:03:04 +00:00
本次提交是为了申请phpstorm开源者注册码
This commit is contained in:
@@ -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-允许订阅',
|
||||
|
||||
Reference in New Issue
Block a user