📄 sql.sql
字号:
drop table if exists `pceggs`;
create table `pceggs`(
`issue` int(11) not null,
`num1` int(11) not null default '0',
`num2` int(11) not null default '0',
`num3` int(11) not null default '0',
`time` datetime NOT NULL default '0000-00-00 00:00:00',
primary key (`issue`)
) type=myisam;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -