Changing
- Brand
- uniqlo
- Item name
- T shirts
- Color
- Black
- 1
- 1
- 0
- 1
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SHOW FULL COLUMNS FROM `items` | 6 | 6 | 2 | |
| 2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci'; | 1 | 1 | 1 | |
| 3 | SHOW FULL COLUMNS FROM `user_has_items` | 5 | 5 | 2 | |
| 4 | SELECT `UserHasItem`.`id`, `UserHasItem`.`user_id` FROM `user_has_items` AS `UserHasItem` WHERE `item_id` = 23 ORDER BY `created` DESC LIMIT 20 | 0 | 0 | 21 | |
| 5 | SHOW FULL COLUMNS FROM `users` | 20 | 20 | 3 | |
| 6 | SHOW FULL COLUMNS FROM `user_wish_items` | 4 | 4 | 2 | |
| 7 | SHOW FULL COLUMNS FROM `user_likes_items` | 4 | 4 | 2 | |
| 8 | SHOW FULL COLUMNS FROM `logs` | 7 | 7 | 2 | |
| 9 | SELECT `Log`.`id`, `Log`.`user_id`, `Log`.`to_id`, `Log`.`item_id`, `Log`.`comment_id`, `Log`.`action`, `Log`.`created` FROM `logs` AS `Log` WHERE `item_id` = 23 AND `action` <> 'item' | 3 | 3 | 1 | |
| 10 | SHOW FULL COLUMNS FROM `comments` | 5 | 5 | 2 | |
| 11 | SELECT `Comment`.`id`, `Comment`.`user_id`, `Comment`.`item_id`, `Comment`.`comment`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`id` = 2 LIMIT 1 | 1 | 1 | 1 | |
| 12 | SHOW FULL COLUMNS FROM `images` | 6 | 6 | 2 |
(May 20 at 07:39 am)
(May 20 at 07:39 am)
(May 20 at 07:39 am)