use bebe; drop table passport; # MySQL dump 4.0 # # Host: localhost Database: tasks #-------------------------------------------------------- # # Table structure for table 'igra' # CREATE TABLE passport ( id int(11) DEFAULT '0' NOT NULL auto_increment, regionid int(10) REFERENCES passregions(id), regcolor int(10) REFERENCES passregions(color), age int(10) REFERENCES passage(id), preference int(10) REFERENCES passpref(id), childcolor int(10) REFERENCES passregions(color), safe varchar(20), PRIMARY KEY (id) ); # # Dumping data for table 'burek' #