HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/dptool9/dptool.sql
/*
MySQL Data Transfer
Source Host: localhost
Source Database: tvicheck-st
Target Host: localhost
Target Database: tvicheck-st
Date: 2013/12/20 �W�� 09:09:57
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for dptool
-- ----------------------------
CREATE TABLE `dptool` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `company` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `contact` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `filename` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `score` double DEFAULT NULL,
  `passbit` tinyint(1) DEFAULT '0',
  `date` date DEFAULT NULL,
  `device` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `dsn` varchar(255) DEFAULT NULL,
  `rankbit` tinyint(1) DEFAULT NULL,
  `rank` int(11) DEFAULT NULL,
  `onsite` varchar(255) DEFAULT 'No',
  `cmmt` varchar(255) CHARACTER SET big5 DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=534 DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records 
-- ----------------------------
INSERT INTO `dptool` VALUES ('531', 'Ecolor', 'Fred', '', 'F2380', '020-F2380_130607', '0', '0', '2013-12-19', 'i1', '', '0', null, 'No', null);
INSERT INTO `dptool` VALUES ('532', 'Ecolor', 'Fred', '', 'F2380', '599-F2380_131219', '0', '0', '2013-12-19', 'i1', '', '0', null, 'No', null);
INSERT INTO `dptool` VALUES ('533', 'Ecolor', 'Fred', '', 'MacBookPro', '671-MBP_131219', '0', '0', '2013-12-19', 'i1', '', '0', null, 'No', null);