Log Messages

Total 80 item.
#TimeSince previousLevelCategoryMessage
   
115:47:44.450
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
215:47:44.452
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
315:47:44.452
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
415:47:44.452
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
515:47:44.460
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
615:47:44.462
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
715:47:44.463
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
815:47:44.464
< 0ms >
infoyii\web\Session::openSession started
915:47:44.464
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1015:47:44.464
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1115:47:44.464
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1215:47:44.464
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'register'
1315:47:44.465
< 0ms >
traceyii\base\Controller::runActionRoute to run: register/index
1415:47:44.465
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1515:47:44.473
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
1615:47:44.475
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
1715:47:44.475
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1815:47:44.476
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1915:47:44.477
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2015:47:44.477
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2115:47:44.478
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2215:47:44.478
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2315:47:44.479
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2415:47:44.480
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2515:47:44.481
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2615:47:44.481
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2715:47:44.482
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2815:47:44.482
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2915:47:44.483
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3015:47:44.483
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3115:47:44.484
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3215:47:44.484
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3315:47:44.485
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3415:47:44.486
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3515:47:44.486
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3615:47:44.487
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3715:47:44.487
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3815:47:44.488
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\RegisterController::actionIndex()
3915:47:44.489
< 1ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
4015:47:44.509
< 20ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."username"='testlagi01')
4115:47:44.515
< 5ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."phone"='81324234343')
4215:47:44.518
< 3ms >
traceyii\db\Transaction::beginBegin transaction
4315:47:44.519
< 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;
4415:47:44.535
< 15ms >
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
4515:47:44.548
< 12ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'password' in 'app\models\Member'.
4615:47:44.548
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'password_repeat' in 'app\models\Member'.
4715:47:44.548
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'bank_name' in 'app\models\Member'.
4815:47:44.548
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'account_number' in 'app\models\Member'.
4915:47:44.548
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'account_name' in 'app\models\Member'.
5015:47:44.548
< 0ms >
traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'captcha' in 'app\models\Member'.
5115:47:45.239
< 691ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."username"='testlagi01')
5215:47:45.242
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e33b-6d74-6490-a7da-5e1409fc0711')
5315:47:45.243
< 1ms >
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 ('testlagi01', '81324234343', 'bwcAM1ru', '$2y$13$6sw9gIwNgCRjQa2I0z1pQ.QYssYP.BWmAi1PCwNNjSlMu1SL503Lu', 'P4xhibx6ctPu2Kln+/BqzWE2OTBmZTljZWNlZTE0MWRjM2JiZDkzYTFkMzliMmEzOGU4MWUzMWUxNjUyYWUzZjEwYzI4YjE1MjJkMTIyZmbAarFrvLgpupzyLvnbVIO0FBgrB9N8PTgIsbdpaMlOkg==', 1, 0, '162.158.189.247', '2025-07-11 15:47:45', 'http://mickey88indo.com', 'http://mickey88indo.com', '1f05e33b-6d74-6490-a7da-5e1409fc0711', 0, NULL, 1752223665, 1752223665, 0, 0) RETURNING "id"
5415:47:45.247
< 3ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("bank_name"='BCA') AND ("bank_account_number"='0182312312') AND ("is_deleted"=0)
5515:47:45.249
< 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;
5615:47:45.258
< 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='bank_account' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5715:47:45.263
< 5ms >
infoyii\db\Command::querySELECT * FROM "bank_account" WHERE ("bank"='BCA') AND ("is_default"=1) AND ("is_deleted"=0) AND ("is_depo"=1)
5815:47:45.265
< 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;
5915:47:45.273
< 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
6015:47:45.279
< 6ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE ("member_bank"."bank_name"='BCA') AND ("member_bank"."bank_account_number"='0182312312'))
6115:47:45.281
< 1ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE ("member_bank"."bank_name"='BCA') AND ("member_bank"."bank_account_number"='0182312312'))
6215:47:45.283
< 1ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_bank" WHERE "member_bank"."id"='1f05e33b-6dd6-6e2e-bbdb-5e1409fc0711')
6315:47:45.284
< 1ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e33b-6d74-6490-a7da-5e1409fc0711')
6415:47:45.286
< 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 ('1f05e33b-6d74-6490-a7da-5e1409fc0711', 'BCA', 'TEST LAGI 01', '0182312312', 1, '1ef17fad-d542-658c-9024-f21420236ca9', '1f05e33b-6dd6-6e2e-bbdb-5e1409fc0711', 0, 1752223665, NULL, 1752223665, NULL) RETURNING "id"
6515:47:45.289
< 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;
6615:47:45.297
< 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_detail' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
6715:47:45.306
< 9ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member_detail" WHERE "member_detail"."id"='1f05e33b-6e18-68ce-ab06-5e1409fc0711')
6815:47:45.308
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e33b-6d74-6490-a7da-5e1409fc0711')
6915:47:45.310
< 1ms >
infoyii\db\Command::queryINSERT INTO "member_detail" ("member_id", "id", "created_at", "created_by", "updated_at", "depo_count", "wd_count", "updated_by") VALUES ('1f05e33b-6d74-6490-a7da-5e1409fc0711', '1f05e33b-6e18-68ce-ab06-5e1409fc0711', 1752223665, NULL, 1752223665, NULL, NULL, NULL) RETURNING "id"
7015:47:45.312
< 2ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE "id"='1f05e33b-6d74-6490-a7da-5e1409fc0711'
7115:47:45.315
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
7215:47:45.328
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7315:47:45.331
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZREM
7415:47:45.334
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
7515:47:45.337
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7615:47:45.338
< 1ms >
infoyii\web\User::loginUser '1f05e33b-6d74-6490-a7da-5e1409fc0711' logged in from 162.158.189.247 with duration 0.
7715:47:45.339
< 0ms >
traceyii\db\Transaction::commitCommit transaction
7815:47:45.340
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
7915:47:45.342
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
8015:47:45.346
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET