Log Messages

Total 79 item.
#TimeSince previousLevelCategoryMessage
   
116:42:17.436
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:42:17.437
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:42:17.437
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:42:17.438
< 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:42:17.447
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:42:17.448
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:42:17.449
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:42:17.450
< 0ms >
infoyii\web\Session::openSession started
916:42:17.450
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1016:42:17.450
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1116:42:17.450
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1216:42:17.450
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'register'
1316:42:17.450
< 0ms >
traceyii\base\Controller::runActionRoute to run: register/index
1416:42:17.451
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1516:42:17.459
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
1616:42:17.461
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
1716:42:17.461
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1816:42:17.462
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1916:42:17.463
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2016:42:17.464
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2116:42:17.465
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:42:17.465
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:42:17.466
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:42:17.467
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:42:17.467
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:42:17.468
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:42:17.468
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:42:17.469
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:42:17.470
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:42:17.470
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:42:17.471
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:42:17.472
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:42:17.472
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:42:17.473
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:42:17.473
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:42:17.474
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:42:17.474
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:42:17.475
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\RegisterController::actionIndex()
3916:42:17.477
< 2ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
4016:42:17.500
< 22ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."username"='newuser01')
4116:42:17.504
< 4ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."phone"='81234567111')
4216:42:17.507
< 2ms >
traceyii\db\Transaction::beginBegin transaction
4316:42:17.508
< 0ms >
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;
4416:42:17.526
< 18ms >
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
4516:42:17.533
< 7ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'password' in 'app\models\Member'.
4616:42:17.533
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'password_repeat' in 'app\models\Member'.
4716:42:17.533
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'bank_name' in 'app\models\Member'.
4816:42:17.533
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'account_number' in 'app\models\Member'.
4916:42:17.533
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'account_name' in 'app\models\Member'.
5016:42:17.533
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'captcha' in 'app\models\Member'.
5116:42:18.210
< 676ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."username"='newuser01')
5216:42:18.212
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711')
5316:42:18.214
< 2ms >
infoyii\db\Command::queryINSERT INTO "member" ("username", "phone", "referral_code", "password_hash", "password_encrypted", "status", "balance", "last_login_ip", "last_login_time", "register_domain", "last_visited_domain", "id", "is_deleted", "is_logged_in", "created_at", "updated_at", "is_password_expired", "is_marketing") VALUES ('newuser01', '81234567111', 'XbVBZf7m', '$2y$13$Iak6AXsdIbukZqAQb.wDzeXfzwG/ZJPbCqdb4WFh6X3bSCYd1Hz82', 'JfPBtvgjVT5baSaCRHpno2NhMzVhNDcwMzg2ZmI4NWRhYTE2ZjkyNTY2ZDY3Yzc3MGNlNmZjZTJiOWQ3Y2U1OGU0ZDA4OWFhOTQzZWQ3M2MQczB4+X8R6zS3K2STo42x/hDBrESePJzG277spud72g==', 1, 0, '172.70.93.26', '2025-07-11 16:42:18', 'http://mickey88indo.com', 'http://mickey88indo.com', '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', 0, NULL, 1752226938, 1752226938, 0, 0) RETURNING "id"
5416:42:18.217
< 2ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("bank_name"='BCA') AND ("bank_account_number"='1234567111') AND ("is_deleted"=0)
5516:42:18.219
< 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 = 'bank_account' AND d.nspname = 'public' ORDER BY a.attnum;
5616:42:18.228
< 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='bank_account' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5716:42:18.234
< 5ms >
infoyii\db\Command::querySELECT * FROM "bank_account" WHERE ("bank"='BCA') AND ("is_default"=1) AND ("is_deleted"=0) AND ("is_depo"=1)
5816:42:18.236
< 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;
5916:42:18.245
< 8ms >
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
6016:42:18.252
< 7ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE ("member_bank"."bank_name"='BCA') AND ("member_bank"."bank_account_number"='1234567111'))
6116:42:18.255
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE ("member_bank"."bank_name"='BCA') AND ("member_bank"."bank_account_number"='1234567111'))
6216:42:18.257
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE "member_bank"."id"='1f05e3b5-5b57-6788-96f6-5e1409fc0711')
6316:42:18.259
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711')
6416:42:18.261
< 1ms >
infoyii\db\Command::queryINSERT INTO "member_bank" ("member_id", "bank_name", "bank_account_name", "bank_account_number", "is_withdraw", "deposit_target", "id", "is_deleted", "created_at", "created_by", "updated_at", "updated_by") VALUES ('1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', 'BCA', 'NEW USER', '1234567111', 1, '1ef17fad-d542-658c-9024-f21420236ca9', '1f05e3b5-5b57-6788-96f6-5e1409fc0711', 0, 1752226938, NULL, 1752226938, NULL) RETURNING "id"
6516:42:18.263
< 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_detail' AND d.nspname = 'public' ORDER BY a.attnum;
6616:42:18.274
< 10ms >
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_detail' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
6716:42:18.284
< 10ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_detail" WHERE "member_detail"."id"='1f05e3b5-5ba5-68b6-9c96-5e1409fc0711')
6816:42:18.289
< 4ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711')
6916:42:18.291
< 2ms >
infoyii\db\Command::queryINSERT INTO "member_detail" ("member_id", "id", "created_at", "created_by", "updated_at", "depo_count", "wd_count", "updated_by") VALUES ('1f05e3b5-5aee-6d5a-8f45-5e1409fc0711', '1f05e3b5-5ba5-68b6-9c96-5e1409fc0711', 1752226938, NULL, 1752226938, NULL, NULL, NULL) RETURNING "id"
7016:42:18.294
< 2ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE "id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711'
7116:42:18.297
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
7216:42:18.298
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7316:42:18.298
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
7416:42:18.299
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7516:42:18.300
< 0ms >
infoyii\web\User::loginUser '1f05e3b5-5aee-6d5a-8f45-5e1409fc0711' logged in from 172.70.93.26 with duration 0.
7616:42:18.300
< 0ms >
traceyii\db\Transaction::commitCommit transaction
7716:42:18.301
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
7816:42:18.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
7916:42:18.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET