| 1 |
0.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weapon_type AS weapon_type_4, t0.description AS description_5, t0.image AS image_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.combat_role_id AS combat_role_id_9, t0.inner_path_id AS inner_path_id_10 FROM game_weapon t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"mortal-rope-dart"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weapon_type AS weapon_type_4, t0.description AS description_5, t0.image AS image_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.combat_role_id AS combat_role_id_9, t0.inner_path_id AS inner_path_id_10 FROM game_weapon t0 WHERE t0.slug = 'mortal-rope-dart' LIMIT 1;
|
| 2 |
0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weapon_type AS weapon_type_4, t0.description AS description_5, t0.image AS image_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.combat_role_id AS combat_role_id_9, t0.inner_path_id AS inner_path_id_10 FROM game_weapon t0 ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.weapon_type AS weapon_type_4, t0.description AS description_5, t0.image AS image_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.combat_role_id AS combat_role_id_9, t0.inner_path_id AS inner_path_id_10 FROM game_weapon t0 ORDER BY t0.name ASC;
|
| 3 |
0.46 ms |
SELECT t0.id AS id_1, t0.code_video AS code_video_2, t0.title AS title_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.weapon_id AS weapon_id_6, t0.inner_way_id AS inner_way_id_7, t0.skill_id AS skill_id_8, t0.sect_id AS sect_id_9, t0.language_code AS language_code_10 FROM game_video t0 WHERE t0.weapon_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.code_video AS code_video_2, t0.title AS title_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.weapon_id AS weapon_id_6, t0.inner_way_id AS inner_way_id_7, t0.skill_id AS skill_id_8, t0.sect_id AS sect_id_9, t0.language_code AS language_code_10 FROM game_video t0 WHERE t0.weapon_id = 12 ORDER BY t0.created_at ASC;
|
| 4 |
0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7 FROM game_combat_role t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7 FROM game_combat_role t0 WHERE t0.id = 1;
|
| 5 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.path_type AS path_type_4, t0.combat_role AS combat_role_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM game_inner_path t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.path_type AS path_type_4, t0.combat_role AS combat_role_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM game_inner_path t0 WHERE t0.id = 5;
|