macbre/index-digest

Report tables with just a single column

macbre opened this issue ยท 0 comments

Yes, these things do happen on production ๐Ÿ˜„

CREATE TABLE `0074_bag_of_ints` (
	`id` int(9) NOT NULL AUTO_INCREMENT,
	PRIMARY KEY (`id`)
);