| 1 |
0.71 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.deleted_at AS deleted_at_6, t0.hero_id AS hero_id_7, t0.family_id AS family_id_8 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.deleted_at AS deleted_at_6, t0.hero_id AS hero_id_7, t0.family_id AS family_id_8 FROM `user` t0 WHERE t0.id = 3;
|
| 2 |
0.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.deleted_at AS deleted_at_4, t0.display_euros AS display_euros_5, t0.use_bank AS use_bank_6, t0.po_per_euro AS po_per_euro_7, t0.use_interest AS use_interest_8, t0.monthly_interest_percent AS monthly_interest_percent_9, t0.vacation_mode AS vacation_mode_10, t0.vacation_from AS vacation_from_11, t0.vacation_to AS vacation_to_12, t0.owner_id AS owner_id_13 FROM family t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.deleted_at AS deleted_at_4, t0.display_euros AS display_euros_5, t0.use_bank AS use_bank_6, t0.po_per_euro AS po_per_euro_7, t0.use_interest AS use_interest_8, t0.monthly_interest_percent AS monthly_interest_percent_9, t0.vacation_mode AS vacation_mode_10, t0.vacation_from AS vacation_from_11, t0.vacation_to AS vacation_to_12, t0.owner_id AS owner_id_13 FROM family t0 WHERE t0.id = 1;
|
| 3 |
0.99 ms |
SELECT t0.id AS id_1, t0.po_euro_rate AS po_euro_rate_2, t0.weekly_base_euro AS weekly_base_euro_3, t0.weekly_max_bonus_po AS weekly_max_bonus_po_4, t0.monthly_interest_percent AS monthly_interest_percent_5, t0.xp_base_for_level_up AS xp_base_for_level_up_6, t0.xp_level_multiplier AS xp_level_multiplier_7 FROM game_settings t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.po_euro_rate AS po_euro_rate_2, t0.weekly_base_euro AS weekly_base_euro_3, t0.weekly_max_bonus_po AS weekly_max_bonus_po_4, t0.monthly_interest_percent AS monthly_interest_percent_5, t0.xp_base_for_level_up AS xp_base_for_level_up_6, t0.xp_level_multiplier AS xp_level_multiplier_7 FROM game_settings t0 WHERE t0.id = 1;
|
| 4 |
1.10 ms |
SELECT w0_.id AS id_0, w0_.week_number AS week_number_1, w0_.start_date AS start_date_2, w0_.end_date AS end_date_3, w0_.status AS status_4, w0_.created_at AS created_at_5, w0_.hero_id AS hero_id_6 FROM week w0_ WHERE w0_.hero_id = ? AND w0_.status = ?
Parameters: [
1
"active"
]
SELECT w0_.id AS id_0, w0_.week_number AS week_number_1, w0_.start_date AS start_date_2, w0_.end_date AS end_date_3, w0_.status AS status_4, w0_.created_at AS created_at_5, w0_.hero_id AS hero_id_6 FROM week w0_ WHERE w0_.hero_id = 1 AND w0_.status = 'active';
|
| 5 |
0.82 ms |
SELECT t0.id AS id_1, t0.effective_xp AS effective_xp_2, t0.effective_po AS effective_po_3, t0.effective_mandatory AS effective_mandatory_4, t0.monday AS monday_5, t0.tuesday AS tuesday_6, t0.wednesday AS wednesday_7, t0.thursday AS thursday_8, t0.friday AS friday_9, t0.saturday AS saturday_10, t0.sunday AS sunday_11, t0.week_id AS week_id_12, t0.quest_id AS quest_id_13 FROM daily_quest_log t0 WHERE t0.week_id = ?
SELECT t0.id AS id_1, t0.effective_xp AS effective_xp_2, t0.effective_po AS effective_po_3, t0.effective_mandatory AS effective_mandatory_4, t0.monday AS monday_5, t0.tuesday AS tuesday_6, t0.wednesday AS wednesday_7, t0.thursday AS thursday_8, t0.friday AS friday_9, t0.saturday AS saturday_10, t0.sunday AS sunday_11, t0.week_id AS week_id_12, t0.quest_id AS quest_id_13 FROM daily_quest_log t0 WHERE t0.week_id = 6;
|
| 6 |
0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 2;
|
| 7 |
0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.motto AS motto_3, t0.level AS level_4, t0.xp AS xp_5, t0.avatar_url AS avatar_url_6, t0.avatar_prompt AS avatar_prompt_7, t0.created_at AS created_at_8, t0.deleted_at AS deleted_at_9, t10.id AS id_11, t10.email AS email_12, t10.roles AS roles_13, t10.password AS password_14, t10.display_name AS display_name_15, t10.deleted_at AS deleted_at_16, t10.hero_id AS hero_id_17, t10.family_id AS family_id_18, t0.family_id AS family_id_19 FROM hero t0 LEFT JOIN `user` t10 ON t10.hero_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.motto AS motto_3, t0.level AS level_4, t0.xp AS xp_5, t0.avatar_url AS avatar_url_6, t0.avatar_prompt AS avatar_prompt_7, t0.created_at AS created_at_8, t0.deleted_at AS deleted_at_9, t10.id AS id_11, t10.email AS email_12, t10.roles AS roles_13, t10.password AS password_14, t10.display_name AS display_name_15, t10.deleted_at AS deleted_at_16, t10.hero_id AS hero_id_17, t10.family_id AS family_id_18, t0.family_id AS family_id_19 FROM hero t0 LEFT JOIN `user` t10 ON t10.hero_id = t0.id WHERE t0.id = 1;
|
| 8 |
0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 16;
|
| 9 |
0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 19;
|
| 10 |
0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 37;
|
| 11 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 40;
|
| 12 |
0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 4;
|
| 13 |
0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 28;
|
| 14 |
0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 34;
|
| 15 |
0.56 ms |
SELECT t0.id AS id_1, t0.completed AS completed_2, t0.current_count AS current_count_3, t0.effective_xp AS effective_xp_4, t0.effective_po AS effective_po_5, t0.effective_mandatory AS effective_mandatory_6, t0.effective_target_count AS effective_target_count_7, t0.week_id AS week_id_8, t0.quest_id AS quest_id_9 FROM weekly_quest_log t0 WHERE t0.week_id = ?
SELECT t0.id AS id_1, t0.completed AS completed_2, t0.current_count AS current_count_3, t0.effective_xp AS effective_xp_4, t0.effective_po AS effective_po_5, t0.effective_mandatory AS effective_mandatory_6, t0.effective_target_count AS effective_target_count_7, t0.week_id AS week_id_8, t0.quest_id AS quest_id_9 FROM weekly_quest_log t0 WHERE t0.week_id = 6;
|
| 16 |
0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 5;
|
| 17 |
0.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 14;
|
| 18 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 22;
|
| 19 |
0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 36;
|
| 20 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 8;
|
| 21 |
0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 32;
|
| 22 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.pillar AS pillar_3, t0.frequency AS frequency_4, t0.difficulty AS difficulty_5, t0.xp AS xp_6, t0.po AS po_7, t0.mandatory AS mandatory_8, t0.weekly_target_count AS weekly_target_count_9, t0.notes AS notes_10, t0.active AS active_11, t0.family_id AS family_id_12 FROM quest t0 WHERE t0.id = 39;
|
| 23 |
0.40 ms |
SELECT t0.id AS id_1, t0.count AS count_2, t0.effective_xp AS effective_xp_3, t0.effective_po AS effective_po_4, t0.week_id AS week_id_5, t0.bonus_malus_id AS bonus_malus_id_6 FROM bonus_malus_log t0 WHERE t0.week_id = ?
SELECT t0.id AS id_1, t0.count AS count_2, t0.effective_xp AS effective_xp_3, t0.effective_po AS effective_po_4, t0.week_id AS week_id_5, t0.bonus_malus_id AS bonus_malus_id_6 FROM bonus_malus_log t0 WHERE t0.week_id = 6;
|
| 24 |
0.40 ms |
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.effective_cost_po AS effective_cost_po_3, t0.week_id AS week_id_4, t0.reward_id AS reward_id_5 FROM shop_purchase t0 WHERE t0.week_id = ?
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.effective_cost_po AS effective_cost_po_3, t0.week_id AS week_id_4, t0.reward_id AS reward_id_5 FROM shop_purchase t0 WHERE t0.week_id = 6;
|
| 25 |
0.52 ms |
SELECT w0_.id AS id_0, w0_.week_number AS week_number_1, w0_.start_date AS start_date_2, w0_.end_date AS end_date_3, w0_.status AS status_4, w0_.created_at AS created_at_5, w0_.hero_id AS hero_id_6 FROM week w0_ WHERE w0_.hero_id = ? AND w0_.status <> 'draft' ORDER BY w0_.week_number DESC
SELECT w0_.id AS id_0, w0_.week_number AS week_number_1, w0_.start_date AS start_date_2, w0_.end_date AS end_date_3, w0_.status AS status_4, w0_.created_at AS created_at_5, w0_.hero_id AS hero_id_6 FROM week w0_ WHERE w0_.hero_id = 1 AND w0_.status <> 'draft' ORDER BY w0_.week_number DESC;
|
| 26 |
0.54 ms |
SELECT b0_.id AS id_0, b0_.week_number AS week_number_1, b0_.entry_type AS entry_type_2, b0_.entry_date AS entry_date_3, b0_.base_po AS base_po_4, b0_.quest_po AS quest_po_5, b0_.shop_po AS shop_po_6, b0_.net_po AS net_po_7, b0_.balance_po AS balance_po_8, b0_.interest AS interest_9, b0_.total_po AS total_po_10, b0_.note AS note_11, b0_.hero_id AS hero_id_12, b0_.withdrawn_by_id AS withdrawn_by_id_13 FROM bank_week b0_ WHERE b0_.hero_id = ? ORDER BY b0_.week_number DESC LIMIT 1
SELECT b0_.id AS id_0, b0_.week_number AS week_number_1, b0_.entry_type AS entry_type_2, b0_.entry_date AS entry_date_3, b0_.base_po AS base_po_4, b0_.quest_po AS quest_po_5, b0_.shop_po AS shop_po_6, b0_.net_po AS net_po_7, b0_.balance_po AS balance_po_8, b0_.interest AS interest_9, b0_.total_po AS total_po_10, b0_.note AS note_11, b0_.hero_id AS hero_id_12, b0_.withdrawn_by_id AS withdrawn_by_id_13 FROM bank_week b0_ WHERE b0_.hero_id = 1 ORDER BY b0_.week_number DESC LIMIT 1;
|
| 27 |
0.40 ms |
SELECT b0_.id AS id_0, b0_.week_number AS week_number_1, b0_.entry_type AS entry_type_2, b0_.entry_date AS entry_date_3, b0_.base_po AS base_po_4, b0_.quest_po AS quest_po_5, b0_.shop_po AS shop_po_6, b0_.net_po AS net_po_7, b0_.balance_po AS balance_po_8, b0_.interest AS interest_9, b0_.total_po AS total_po_10, b0_.note AS note_11, b0_.hero_id AS hero_id_12, b0_.withdrawn_by_id AS withdrawn_by_id_13 FROM bank_week b0_ WHERE b0_.hero_id = ? ORDER BY b0_.week_number DESC LIMIT 1
SELECT b0_.id AS id_0, b0_.week_number AS week_number_1, b0_.entry_type AS entry_type_2, b0_.entry_date AS entry_date_3, b0_.base_po AS base_po_4, b0_.quest_po AS quest_po_5, b0_.shop_po AS shop_po_6, b0_.net_po AS net_po_7, b0_.balance_po AS balance_po_8, b0_.interest AS interest_9, b0_.total_po AS total_po_10, b0_.note AS note_11, b0_.hero_id AS hero_id_12, b0_.withdrawn_by_id AS withdrawn_by_id_13 FROM bank_week b0_ WHERE b0_.hero_id = 1 ORDER BY b0_.week_number DESC LIMIT 1;
|
| 28 |
0.42 ms |
SELECT t0_.id AS id_0, t0_.min_level AS min_level_1, t0_.max_level AS max_level_2, t0_.title AS title_3 FROM title_level t0_ WHERE t0_.min_level <= ? AND t0_.max_level >= ?
SELECT t0_.id AS id_0, t0_.min_level AS min_level_1, t0_.max_level AS max_level_2, t0_.title AS title_3 FROM title_level t0_ WHERE t0_.min_level <= 10 AND t0_.max_level >= 10;
|
| 29 |
0.35 ms |
SELECT t0.id AS id_1, t0.unlocked_at AS unlocked_at_2, t0.hero_id AS hero_id_3, t0.achievement_id AS achievement_id_4 FROM hero_achievement t0 WHERE t0.hero_id = ?
SELECT t0.id AS id_1, t0.unlocked_at AS unlocked_at_2, t0.hero_id AS hero_id_3, t0.achievement_id AS achievement_id_4 FROM hero_achievement t0 WHERE t0.hero_id = 1;
|
| 30 |
0.43 ms |
SELECT COUNT(q0_.id) AS sclr_0 FROM quotation q0_ WHERE q0_.active = 1
SELECT COUNT(q0_.id) AS sclr_0 FROM quotation q0_ WHERE q0_.active = 1;
|