Revision 2612, 1.0 kB
(checked in by matt, 19 years ago)
|
Hmm, job data snuck in there on accident. Reduce to structure only.
|
Line | |
---|
1 | -- phpMyAdmin SQL Dump |
---|
2 | -- version 2.6.0 |
---|
3 | -- http://www.phpmyadmin.net |
---|
4 | -- |
---|
5 | -- Host: localhost |
---|
6 | -- Generation Time: Jan 10, 2006 at 02:24 PM |
---|
7 | -- Server version: 3.23.58 |
---|
8 | -- PHP Version: 4.3.2 |
---|
9 | -- |
---|
10 | -- Database: `pykota` |
---|
11 | -- |
---|
12 | |
---|
13 | -- -------------------------------------------------------- |
---|
14 | |
---|
15 | -- |
---|
16 | -- Table structure for table `history` |
---|
17 | -- |
---|
18 | |
---|
19 | CREATE TABLE IF NOT EXISTS history ( |
---|
20 | id int(4) unsigned NOT NULL auto_increment, |
---|
21 | jobid text NOT NULL, |
---|
22 | username text NOT NULL, |
---|
23 | printername text NOT NULL, |
---|
24 | pgroups text NOT NULL, |
---|
25 | jobsize int(4) NOT NULL default '0', |
---|
26 | jobprice float NOT NULL default '0', |
---|
27 | action text NOT NULL, |
---|
28 | title text NOT NULL, |
---|
29 | copies int(4) NOT NULL default '0', |
---|
30 | options text NOT NULL, |
---|
31 | printeroriginatinghostname text NOT NULL, |
---|
32 | md5sum text NOT NULL, |
---|
33 | precomputedjobsize int(4) NOT NULL default '0', |
---|
34 | precomputedjobprice float NOT NULL default '0', |
---|
35 | jobdate timestamp(14) NOT NULL, |
---|
36 | PRIMARY KEY (id) |
---|
37 | ) TYPE=MyISAM; |
---|
38 | |
---|
39 | -- |
---|
40 | -- Dumping data for table `history` |
---|
41 | -- |
---|