Skip to content

Commit ff80260

Browse files
committed
add test case
1 parent 9dd32c6 commit ff80260

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

unit_tests.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,10 @@ SQLout
121121

122122

123123
cat <<\SQL
124+
CREATE TABLE `scimag` (
125+
`ID` int(15) unsigned NOT NULL AUTO_INCREMENT,
126+
`DOI` varchar(200) NOT NULL,
127+
PRIMARY KEY (`ID`) USING BTREE,
128+
UNIQUE KEY `DOIUNIQUE` (`DOI`) USING BTREE,
129+
);
124130
SQL
125-

0 commit comments

Comments
 (0)