Skip to content

Commit

Permalink
同步sql
Browse files Browse the repository at this point in the history
  • Loading branch information
SR.李 committed Feb 23, 2024
1 parent 6831ad7 commit 4965b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aidigu.sql
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ CREATE TABLE `wb_message` (
`media_info` text COLLATE utf8mb4_bin,
`repostsum` int(11) NOT NULL DEFAULT '0',
`commentsum` int(11) NOT NULL DEFAULT '0',
`collectsum` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '收藏点赞数',
`topic_id` int(10) unsigned NOT NULL DEFAULT '0',
`is_delete` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除0未删除,1已删除',
`ctime` int(11) NOT NULL,
Expand Down

0 comments on commit 4965b4d

Please sign in to comment.