test_images: id (int, auto_increment) name (text) link (text) description (text) score (int, default:0) live (int, default:1) test_votes: key (text) image1 (int) image2 (int) time (timestamp, default:current_timestamp) test_reports: id (int, auto_increment) image (int) reason (int) note (text) test_stats: votes (int, default:1) left (int, default:0) right (int, default:0)