Log Messages

Total 62 item.
#TimeSince previousLevelCategoryMessage
   
116:47:46.481
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:47:46.482
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:47:46.482
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:47:46.483
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
516:47:46.494
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:47:46.496
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:47:46.497
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:47:46.497
< 0ms >
infoyii\web\Session::openSession started
916:47:46.498
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
1016:47:46.524
< 26ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'member' AND d.nspname = 'public' ORDER BY a.attnum;
1116:47:46.546
< 21ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1216:47:46.555
< 9ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:47:46.559
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:47:46.560
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:47:46.560
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:47:46.560
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'withdraw'
1716:47:46.560
< 0ms >
traceyii\base\Controller::runActionRoute to run: withdraw/index
1816:47:46.560
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1916:47:46.570
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:47:46.571
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:47:46.572
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:47:46.572
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:47:46.573
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:47:46.574
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:47:46.574
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:47:46.575
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:47:46.575
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:47:46.576
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:47:46.577
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:47:46.577
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:47:46.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:47:46.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:47:46.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:47:46.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:47:46.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:47:46.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:47:46.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:47:46.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:47:46.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:47:46.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:47:46.584
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:47:46.585
< 1ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\WithdrawController::actionIndex()
4316:47:46.586
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='maximum_withdraw'
4416:47:46.588
< 2ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum;
4516:47:46.618
< 30ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4616:47:46.627
< 8ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='minimum_withdraw'
4716:47:46.629
< 2ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'member_bank' AND d.nspname = 'public' ORDER BY a.attnum;
4816:47:46.639
< 9ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='member_bank' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4916:47:46.645
< 5ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("member_id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("is_withdraw"=1) AND ("is_deleted"=0)
5016:47:46.649
< 3ms >
traceyii\db\Transaction::beginBegin transaction
5116:47:46.650
< 1ms >
infoyii\db\Command::querySELECT * FROM "withdraw" WHERE ("member_id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("status" IN (1, -1))
5216:47:46.654
< 3ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("id"='1f05e3b5-5b57-6788-96f6-5e1409fc0711') AND ("is_deleted"=0)
5316:47:46.656
< 1ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'withdraw' AND d.nspname = 'public' ORDER BY a.attnum;
5416:47:46.670
< 14ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='withdraw' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5516:47:46.685
< 14ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "withdraw" WHERE "withdraw"."id"='1f05e3c1-6943-6016-bad5-5e1409fc0711')
5616:47:46.689
< 3ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711')
5716:47:46.693
< 4ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE "member_bank"."id"='1f05e3b5-5b57-6788-96f6-5e1409fc0711')
5816:47:46.698
< 4ms >
infoyii\db\Command::queryINSERT INTO "withdraw" ("id", "member_id", "time", "member_bank_id", "status", "member_bank", "member_bank_account_name", "member_bank_account_number", "amount", "description", "processed_at", "created_at", "updated_at", "created_by", "updated_by") VALUES ('1f05e3c1-6943-6016-bad5-5e1409fc0711', '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', '2025-07-11 16:47:46', '1f05e3b5-5b57-6788-96f6-5e1409fc0711', -1, 'BCA', 'NEW USER', '1234567111', 20000, '', NULL, 1752227266, 1752227266, '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') RETURNING "id"
5916:47:46.709
< 10ms >
traceyii\db\Transaction::commitCommit transaction
6016:47:46.846
< 137ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
6116:47:46.847
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
6216:47:46.848
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET