# MySQL dump 8.14 # # Host: localhost Database: vaskeri #-------------------------------------------------------- # Server version 3.23.39 # # Table structure for table 'last_upd' # CREATE TABLE last_upd ( updtime datetime NOT NULL default '0000-00-00 00:00:00' ) TYPE=MyISAM; # # Dumping data for table 'last_upd' # INSERT INTO last_upd VALUES ('2001-12-05 21:59:02'); # # Table structure for table 'machine' # CREATE TABLE machine ( id int(11) NOT NULL default '0', type varchar(16) NOT NULL default '', number varchar(16) default NULL, description varchar(16) default NULL, capacity tinyint(4) default NULL, time int(11) default NULL, PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table 'machine' # INSERT INTO machine VALUES (0,'WASH','1','Vaskemaskine 1',5,0); INSERT INTO machine VALUES (1,'WASH','2','Vaskemaskine 2',5,0); INSERT INTO machine VALUES (2,'WASH','3','Vaskemaskine 3',5,0); INSERT INTO machine VALUES (3,'WASH','4','Vaskemaskine 4',5,0); INSERT INTO machine VALUES (4,'WASH','5','Vaskemaskine 5',5,0); INSERT INTO machine VALUES (5,'WASH','6','Vaskemaskine 6',5,0); INSERT INTO machine VALUES (6,'WASH','7','Vaskemaskine 7',5,0); INSERT INTO machine VALUES (7,'WASH','8','Vaskemaskine 8',7,0); INSERT INTO machine VALUES (8,'WASH','9','Vaskemaskine 9',7,0); INSERT INTO machine VALUES (10,'DRY','1','Tørretumbler 1',0,33); INSERT INTO machine VALUES (11,'DRY','2','Tørretumbler 2',0,16); INSERT INTO machine VALUES (12,'DRY','3','Tørretumbler 3',0,18); INSERT INTO machine VALUES (13,'DRY','4','Tørretumbler 4',0,18);