Skip to content

Commit 85a7e0b

Browse files
committed
优化代码
1 parent 2ad9c69 commit 85a7e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/INIT_TABLE.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CREATE TABLE account_ (
44
name varchar(100) DEFAULT NULL,
55
email varchar(320) DEFAULT NULL,
66
password varchar(64) DEFAULT NULL,
7-
activated tinyint(1) DEFAULT NULL,
7+
activated tinyint(1) DEFAULT NULL ,
88
activateValue varchar(8) DEFAULT NULL,
99
opLock int(11) DEFAULT NULL,
1010
status char(1) DEFAULT NULL,

0 commit comments

Comments
 (0)