We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad9c69 commit 85a7e0bCopy full SHA for 85a7e0b
src/test/resources/INIT_TABLE.sql
@@ -4,7 +4,7 @@ CREATE TABLE account_ (
4
name varchar(100) DEFAULT NULL,
5
email varchar(320) DEFAULT NULL,
6
password varchar(64) DEFAULT NULL,
7
- activated tinyint(1) DEFAULT NULL,
+ activated tinyint(1) DEFAULT NULL ,
8
activateValue varchar(8) DEFAULT NULL,
9
opLock int(11) DEFAULT NULL,
10
status char(1) DEFAULT NULL,
0 commit comments