Skip to content

Commit a6542c3

Browse files
committed
Add missing space in column definition.
1 parent b742843 commit a6542c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var sql = module.exports = {
9797
size = attr.size;
9898
}
9999

100-
return attrName + 'BINARY('+ size +') NOT NULL PRIMARY KEY';
100+
return attrName + ' BINARY('+ size +') NOT NULL PRIMARY KEY';
101101
}
102102

103103
// Just set NOT NULL on other types

0 commit comments

Comments
 (0)