A piece of sql code from the database dump:
-- -- Temporary table structure for view `payments` -- DROP TABLE IF EXISTS `payments`; /*!50001 DROP VIEW IF EXISTS `payments`*/; /*!50001 CREATE TABLE `payments` ( `id` int(9) unsigned zerofill, ... `allow` tinyint(1), `receipt` blob ) */; What does this even mean, "temporary table structure for presentation"?