2 | SELECT `Spot`.`id`, `Spot`.`area_id`, `Spot`.`name`, `Spot`.`name_kana`, `Spot`.`zip`, `Spot`.`address`, `Spot`.`access`, `Spot`.`summary`, `Spot`.`works`, `Spot`.`requirement`, `Spot`.`procedures`, `Spot`.`rental_fee`, `Spot`.`available`, `Spot`.`holiday`, `Spot`.`url`, `Spot`.`parking`, `Spot`.`description`, `Spot`.`tel`, `Spot`.`fax`, `Spot`.`email`, `Spot`.`person_post`, `Spot`.`person_name`, `Spot`.`person_tel`, `Spot`.`person_fax`, `Spot`.`person_email`, `Spot`.`map`, `Spot`.`modified`, `Spot`.`created`, `Area`.`id`, `Area`.`parent_id`, `Area`.`lft`, `Area`.`rght`, `Area`.`name`, `Area`.`created` FROM `crosskyoto_synergy_debug`.`spots` AS `Spot` LEFT JOIN `crosskyoto_synergy_debug`.`areas` AS `Area` ON (`Spot`.`area_id` = `Area`.`id`) WHERE `Spot`.`id` = 47 LIMIT 1 | | 1 | 1 | 0 |
4 | SELECT `Image`.`id`, `Image`.`model`, `Image`.`foreign_key`, `Image`.`name`, `Image`.`attachment`, `Image`.`dir`, `Image`.`type`, `Image`.`size`, `Image`.`active`, `Image`.`memo`, `Image`.`modified`, `Image`.`created` FROM `crosskyoto_synergy_debug`.`attachments` AS `Image` WHERE `Image`.`model` = 'Spot' AND `Image`.`foreign_key` = (47) | | 1 | 1 | 3 |