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/PBN/G7CMYK/psajob.sql
/*
MySQL Data Transfer
Source Host: localhost
Source Database: psamember
Target Host: localhost
Target Database: psamember
Date: 2015/9/11 �W�� 12:57:44
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for psajob
-- ----------------------------
CREATE TABLE `psajob` (
  `id` int(11) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `job_name` varchar(255) DEFAULT NULL,
  `press` varchar(255) DEFAULT NULL,
  `ink` varchar(255) DEFAULT NULL,
  `paper` varchar(255) DEFAULT NULL,
  `target` varchar(255) DEFAULT NULL,
  `mod` varchar(255) DEFAULT NULL,
  `device` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records 
-- ----------------------------