This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]
Example MSSQL and MySQL tables to hold logging data:
/*MSSQL*/
CREATE TABLE CRUSHFTP_LOG
    (LOG_ROW_NUM DOUBLE NOT NULL PRIMARY KEY,LOG_MILLIS DOUBLE NOT NULL,LOG_TAG VARCHAR(50) DEFAULT NULL,LOG_DATA VARCHAR(2000) DEFAULT NULL);

/*MYSQL*/
CREATE TABLE `CRUSHFTP_LOG` (
	  LOG_ROW_NUM DOUBLE NOT NULL PRIMARY KEY,
	  LOG_MILLIS DOUBLE NOT NULL,
	  LOG_TAG VARCHAR(50) DEFAULT NULL,
	  LOG_DATA VARCHAR(2000) DEFAULT NULL);

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 09-Oct-2016 18:14 by Ben Spink.
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
LeftMenu

JSPWiki