# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 15:49:22.866 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 15:49:22.867 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 15:49:22.867 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 15:49:22.868 | 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 | 15:49:22.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 15:49:22.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 15:49:22.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 15:49:22.881 | info | yii\web\Session::open | Session started | |
9 | 15:49:22.881 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
10 | 15:49:22.881 | trace | yii\base\Module::getModule | Loading module: gii | |
11 | 15:49:22.881 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
12 | 15:49:22.882 | trace | yii\web\Application::handleRequest | Route requested: 'register' | |
13 | 15:49:22.882 | trace | yii\base\Controller::runAction | Route to run: register/index | |
14 | 15:49:22.882 | 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 | |
15 | 15:49:22.891 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 15:49:22.892 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 15:49:22.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 15:49:22.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 15:49:22.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 15:49:22.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 15:49:22.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 15:49:22.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 15:49:22.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 15:49:22.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 15:49:22.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 15:49:22.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 15:49:22.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 15:49:22.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 15:49:22.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 15:49:22.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 15:49:22.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 15:49:22.901 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 15:49:22.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 15:49:22.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 15:49:22.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 15:49:22.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 15:49:22.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 15:49:22.904 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\RegisterController::actionIndex() | |
39 | 15:49:22.907 | 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 | |
40 | 15:49:22.945 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."username"='testlagi04') | |
41 | 15:49:22.952 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."phone"='81341413421') | |
42 | 15:49:22.954 | trace | yii\db\Transaction::begin | Begin transaction | |
43 | 15:49:22.955 | 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; | |
44 | 15:49:22.974 | 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 | |
45 | 15:49:22.982 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'password' in 'app\models\Member'. | |
46 | 15:49:22.982 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'password_repeat' in 'app\models\Member'. | |
47 | 15:49:22.982 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'bank_name' in 'app\models\Member'. | |
48 | 15:49:22.982 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'account_number' in 'app\models\Member'. | |
49 | 15:49:22.982 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'account_name' in 'app\models\Member'. | |
50 | 15:49:22.982 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'captcha' in 'app\models\Member'. | |
51 | 15:49:23.652 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."username"='testlagi04') | |
52 | 15:49:23.658 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e33f-17fe-6dc2-91a1-5e1409fc0711') | |
53 | 15:49:23.661 | info | yii\db\Command::query | INSERT 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 ('testlagi04', '81341413421', 'p2ex1MiM', '$2y$13$9fcg1NBMNp6jFCv/hjQtW..LjuRv4FXiofxIJ4mW5T4b7Su7Kj2I.', 'Hva7bFGZQefFmRwrLjDCXmM4MDE4MTM0ZGI0MDBhMTExZDQ4MjRhZWYwMTIyY2UxMTRhOWY5NjVmNTAyNzFkZTM2NTA5OWU4MDg2ZmIxY2Uz7OBYLA64pXpMAma9malJUs8AMhV2Ftu4foDkIyqtfg==', 1, 0, '162.158.189.247', '2025-07-11 15:49:23', 'http://mickey88indo.com', 'http://mickey88indo.com', '1f05e33f-17fe-6dc2-91a1-5e1409fc0711', 0, NULL, 1752223763, 1752223763, 0, 0) RETURNING "id" | |
54 | 15:49:23.663 | info | yii\db\Command::query | SELECT * FROM "member_bank" WHERE ("bank_name"='BCA') AND ("bank_account_number"='9245242521') AND ("is_deleted"=0) | |
55 | 15:49:23.666 | 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 = 'bank_account' AND d.nspname = 'public' ORDER BY a.attnum; | |
56 | 15:49:23.676 | 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='bank_account' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
57 | 15:49:23.683 | info | yii\db\Command::query | SELECT * FROM "bank_account" WHERE ("bank"='BCA') AND ("is_default"=1) AND ("is_deleted"=0) AND ("is_depo"=1) | |
58 | 15:49:23.689 | 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; | |
59 | 15:49:23.697 | 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 | |
60 | 15:49:23.705 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member_bank" WHERE ("member_bank"."bank_name"='BCA') AND ("member_bank"."bank_account_number"='9245242521')) | |
61 | 15:49:23.707 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member_bank" WHERE ("member_bank"."bank_name"='BCA') AND ("member_bank"."bank_account_number"='9245242521')) | |
62 | 15:49:23.710 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member_bank" WHERE "member_bank"."id"='1f05e33f-1881-615a-a1fa-5e1409fc0711') | |
63 | 15:49:23.712 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e33f-17fe-6dc2-91a1-5e1409fc0711') | |
64 | 15:49:23.714 | info | yii\db\Command::query | INSERT 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 ('1f05e33f-17fe-6dc2-91a1-5e1409fc0711', 'BCA', 'TEST LAGI 04', '9245242521', 1, '1ef17fad-d542-658c-9024-f21420236ca9', '1f05e33f-1881-615a-a1fa-5e1409fc0711', 0, 1752223763, NULL, 1752223763, NULL) RETURNING "id" | |
65 | 15:49:23.718 | 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_detail' AND d.nspname = 'public' ORDER BY a.attnum; | |
66 | 15:49:23.728 | 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_detail' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
67 | 15:49:23.736 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member_detail" WHERE "member_detail"."id"='1f05e33f-18cc-69ca-9e97-5e1409fc0711') | |
68 | 15:49:23.739 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1f05e33f-17fe-6dc2-91a1-5e1409fc0711') | |
69 | 15:49:23.742 | info | yii\db\Command::query | INSERT INTO "member_detail" ("member_id", "id", "created_at", "created_by", "updated_at", "depo_count", "wd_count", "updated_by") VALUES ('1f05e33f-17fe-6dc2-91a1-5e1409fc0711', '1f05e33f-18cc-69ca-9e97-5e1409fc0711', 1752223763, NULL, 1752223763, NULL, NULL, NULL) RETURNING "id" | |
70 | 15:49:23.745 | info | yii\db\Command::query | SELECT * FROM "member" WHERE "id"='1f05e33f-17fe-6dc2-91a1-5e1409fc0711' | |
71 | 15:49:23.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: DEL | |
72 | 15:49:23.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 15:49:23.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: DEL | |
74 | 15:49:23.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 15:49:23.756 | info | yii\web\User::login | User '1f05e33f-17fe-6dc2-91a1-5e1409fc0711' logged in from 162.158.189.247 with duration 0. | |
76 | 15:49:23.756 | trace | yii\db\Transaction::commit | Commit transaction | |
77 | 15:49:23.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
78 | 15:49:23.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
79 | 15:49:23.760 | < 1ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |