create table neu (`id` int AUTO_INCREMENT NULL,`typ` int NOT NULL,
	`timestamp` timestamp default current_timestamp on update
	current_timestamp, key (`timestamp`))  ;
create table mod (`id` int AUTO_INCREMENT NULL,`fasel` char80 NULL,
	`timestamp` timestamp default current_timestamp on update
	current_timestamp, key (`timestamp`))  ;
