Skip to content

Commit 7993f3f

Browse files
committed
way better for storing bulk of data (like BLOB on mysql)
1 parent 0465368 commit 7993f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/xp_cmdshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ def xpCmdshellInit(self):
181181
debugMsg += "output to"
182182
logger.debug(debugMsg)
183183

184-
self.createSupportTbl(self.cmdTblName, self.tblField, "NVARCHAR(4000)")
184+
self.createSupportTbl(self.cmdTblName, self.tblField, "TEXT")

0 commit comments

Comments
 (0)