Blog posts
| Id | Title | Actions | Created |
|---|
| Id | Title | Actions | Created |
|---|
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SHOW FULL COLUMNS FROM `posts` | 6 | 6 | 3 | |
| 2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 2 | |
| 3 | SELECT `Post`.`id`, `Post`.`title`, `Post`.`body`, `Post`.`created`, `Post`.`modified`, `Post`.`user_id` FROM `posts` AS `Post` WHERE 1 = 1 | 0 | 0 | 2 |