use bebe; drop table passregions; # MySQL dump 4.0 # # Host: localhost Database: tasks #-------------------------------------------------------- # # Table structure for table 'igra' # CREATE TABLE passregions ( id int(11) DEFAULT '0' NOT NULL auto_increment, name varchar(32), color int(10), PRIMARY KEY (id) );