# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 16:48:21.003 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 16:48:21.004 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 16:48:21.004 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 16:48:21.005 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
5 | 16:48:21.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 16:48:21.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 16:48:21.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 16:48:21.017 | info | yii\web\Session::open | Session started | |
9 | 16:48:21.017 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
10 | 16:48:21.040 | info | yii\db\Command::query | SELECT 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; | |
11 | 16:48:21.060 | info | yii\db\Command::query | select 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 | |
12 | 16:48:21.067 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 16:48:21.078 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 16:48:21.078 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 16:48:21.078 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 16:48:21.078 | trace | yii\web\Application::handleRequest | Route requested: 'withdraw' | |
17 | 16:48:21.079 | trace | yii\base\Controller::runAction | Route to run: withdraw/index | |
18 | 16:48:21.079 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
19 | 16:48:21.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 16:48:21.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 16:48:21.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 16:48:21.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 16:48:21.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 16:48:21.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 16:48:21.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 16:48:21.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 16:48:21.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 16:48:21.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 16:48:21.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 16:48:21.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 16:48:21.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 16:48:21.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 16:48:21.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 16:48:21.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 16:48:21.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 16:48:21.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 16:48:21.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 16:48:21.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 16:48:21.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 16:48:21.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 16:48:21.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 16:48:21.103 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\WithdrawController::actionIndex() | |
43 | 16:48:21.103 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='maximum_withdraw' | |
44 | 16:48:21.106 | info | yii\db\Command::query | SELECT 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; | |
45 | 16:48:21.115 | info | yii\db\Command::query | select 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 | |
46 | 16:48:21.121 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='minimum_withdraw' | |
47 | 16:48:21.124 | info | yii\db\Command::query | SELECT 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; | |
48 | 16:48:21.133 | info | yii\db\Command::query | select 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 | |
49 | 16:48:21.140 | info | yii\db\Command::query | SELECT * FROM "member_bank" WHERE ("member_id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("is_withdraw"=1) AND ("is_deleted"=0) | |
50 | 16:48:21.143 | trace | yii\db\Transaction::begin | Begin transaction | |
51 | 16:48:21.144 | info | yii\db\Command::query | SELECT * FROM "withdraw" WHERE ("member_id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("status" IN (1, -1)) | |
52 | 16:48:21.147 | info | yii\db\Command::query | SELECT * FROM "member_bank" WHERE ("id"='1f05e3b5-5b57-6788-96f6-5e1409fc0711') AND ("is_deleted"=0) | |
53 | 16:48:21.149 | info | yii\db\Command::query | SELECT 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; | |
54 | 16:48:21.157 | info | yii\db\Command::query | select 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 | |
55 | 16:48:21.165 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "withdraw" WHERE "withdraw"."id"='1f05e3c2-b273-64c4-857d-5e1409fc0711') | |
56 | 16:48:21.168 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') | |
57 | 16:48:21.170 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member_bank" WHERE "member_bank"."id"='1f05e3b5-5b57-6788-96f6-5e1409fc0711') | |
58 | 16:48:21.172 | info | yii\db\Command::query | INSERT 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 ('1f05e3c2-b273-64c4-857d-5e1409fc0711', '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', '2025-07-11 16:48:21', '1f05e3b5-5b57-6788-96f6-5e1409fc0711', -1, 'BCA', 'NEW USER', '1234567111', 30000, '', NULL, 1752227301, 1752227301, '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') RETURNING "id" | |
59 | 16:48:21.175 | trace | yii\db\Transaction::commit | Commit transaction | |
60 | 16:48:21.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
61 | 16:48:21.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
62 | 16:48:21.293 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |