File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ CREATE TABLE IF NOT EXISTS `execution_time_log`(
59
59
)ENGINE= InnoDB DEFAULT CHARSET= utf8 COMMENT ' `execution_time_log`' ;
60
60
61
61
62
- CREATE TABLE IF NOT EXISTS ` about_po` (
63
- ` id` INT (11 ) NOT NULL AUTO_INCREMENT COMMENT ' id' ,
64
- ` source_content` TEXT NOT NULL COMMENT ' sourceContent' ,
65
- ` create_time` DATETIME NOT NULL DEFAULT ' 1000-01-01 00:00:00' COMMENT ' createTime' ,
66
- ` update_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT ' updateTime' ,
67
- ` user_id` INT (11 ) NOT NULL DEFAULT - 1 COMMENT ' userId' ,
68
- PRIMARY KEY (` id` )
69
- )ENGINE= InnoDB DEFAULT CHARSET= utf8 COMMENT ' `about_po`' ;
62
+ CREATE TABLE IF NOT EXISTS ` about_po` (
63
+ ` id` int (11 ) NOT NULL AUTO_INCREMENT COMMENT ' id' ,
64
+ ` source_content` text NOT NULL COMMENT ' sourceContent' ,
65
+ ` create_time` datetime NOT NULL DEFAULT ' 1000-01-01 00:00:00' COMMENT ' createTime' ,
66
+ ` update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT ' updateTime' ,
67
+ ` user_id` int (11 ) NOT NULL DEFAULT ' -1 ' COMMENT ' userId' ,
68
+ PRIMARY KEY (` id` )
69
+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8 COMMENT= ' `about_po`'
70
70
71
71
72
72
You can’t perform that action at this time.
0 commit comments