Skip to content

Commit

Permalink
Update trip_web-202207121702.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
niziming authored Nov 16, 2022
1 parent 499b7e8 commit ab6a5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CREATE TABLE `base_scenic_spot` (
`location` varchar(100) DEFAULT NULL COMMENT '景点位置',
`zip` varchar(100) DEFAULT NULL COMMENT '景点邮政编码',
`open_range_time` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '景点开放时间',
`creatTime` timestamp NULL DEFAULT NULL COMMENT '景点信息发布时间',
`createTime` timestamp NULL DEFAULT NULL COMMENT '景点信息发布时间',
`content` text COMMENT '景点描述内容',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='基础景点';
Expand Down

0 comments on commit ab6a5fd

Please sign in to comment.