create table alt (`id` int AUTO_INCREMENT,`bla` char30 NOT NULL,
	`timestamp` timestamp default current_timestamp on update
	current_timestamp, key (`timestamp`))  ;
create table mod (`id` int AUTO_INCREMENT NULL,`fasel` char30 NOT NULL,
	`timestamp` timestamp default current_timestamp on update
	current_timestamp, key (`timestamp`))  ;
