docs: rename the table

Signed-off-by: feihu.wang <wfh45678@163.com>
This commit is contained in:
feihu.wang 2019-11-02 22:54:07 +08:00
parent 5814fc87cc
commit 3239e8b81e

View File

@ -1,5 +1,5 @@
-- developers of radar
CREATE TABLE `contributors` (
CREATE TABLE `contribute_info` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`NAME` varchar(30) NOT NULL COMMENT '功能名称',
`CONTENT` varchar(200) NOT NULL COMMENT '功能描叙',