-- MySQL dump 8.22 -- -- Host: localhost Database: frisbee --------------------------------------------------------- -- Server version 3.23.52 -- -- Table structure for table 'tootaja_in' -- DROP TABLE IF EXISTS tootaja_in; CREATE TABLE tootaja_in ( kood int(6) default NULL, aeg timestamp(14) NOT NULL, PRIMARY KEY (aeg) ) TYPE=MyISAM; -- -- Dumping data for table 'tootaja_in' -- INSERT INTO tootaja_in VALUES (128,20040106115505); INSERT INTO tootaja_in VALUES (158,20040106123904); INSERT INTO tootaja_in VALUES (200,20040106123910); INSERT INTO tootaja_in VALUES (195,20040106123916); INSERT INTO tootaja_in VALUES (100,20040211114500); INSERT INTO tootaja_in VALUES (101,20040211084500); INSERT INTO tootaja_in VALUES (12,20040106140845); INSERT INTO tootaja_in VALUES (12,20040106140849); -- -- Table structure for table 'tootaja_out' -- DROP TABLE IF EXISTS tootaja_out; CREATE TABLE tootaja_out ( kood int(6) default NULL, aeg2 timestamp(14) NOT NULL, PRIMARY KEY (aeg2) ) TYPE=MyISAM; -- -- Dumping data for table 'tootaja_out' -- INSERT INTO tootaja_out VALUES (128,20040106115509); INSERT INTO tootaja_out VALUES (158,20040106123907); INSERT INTO tootaja_out VALUES (200,20040106123912); INSERT INTO tootaja_out VALUES (195,20040106123919); INSERT INTO tootaja_out VALUES (100,20040211164500); INSERT INTO tootaja_out VALUES (101,20040211184500); INSERT INTO tootaja_out VALUES (12,20040106140909);