✨ 文章新增是否公开字段
This commit is contained in:
@@ -337,6 +337,7 @@ CREATE TABLE article (
|
||||
updateTime datetime NULL DEFAULT NULL , -- '修改时间',
|
||||
authorName varchar(20) DEFAULT NULL , -- '作者名',
|
||||
coverUrl varchar(300) NULL, --文章封面
|
||||
isPublic int default(0) --是否公开
|
||||
)
|
||||
GO
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user