mysql/ftp_xferlog.sql
authorElliott Polk <elliott@roojs.com>
Mon, 4 Jun 2012 06:11:11 +0000 (14:11 +0800)
committerElliott Polk <elliott@roojs.com>
Mon, 4 Jun 2012 06:11:11 +0000 (14:11 +0800)
Attribute Changed :mysql/ftp_xferlog.sql

mysql/ftp_xferlog.sql

index 5ed1d9c..d04653a 100644 (file)
@@ -9,7 +9,8 @@ CREATE TABLE `ftp_xferlog` (
   `duration` tinytext,
   `localtime` TIMESTAMP NULL DEFAULT NULL,
   `success` BOOL NOT NULL DEFAULT '0',
+  `supplier` VARCHAR(30) NOT NULL DEFAULT '',
   `isnew` BOOL NOT NULL DEFAULT '0',
   PRIMARY KEY  (`id`),
   KEY `idx_usersucc` (`username`, `success`)
-);
\ No newline at end of file
+);