18:06:23.515 | 5.7 ms | SELECT | SELECT
d.nspname AS table_schema,
c.relname AS table_name,
a.attname AS column_name,
t.typname AS data_type,
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) AS is_autoinc,
array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') 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
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_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 c.relname = 'tbl_unread_comments'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
18:06:23.640 | 1.5 ms | INSERT | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 5016, 5, 'vue/comment/list', '{"object_type":"1","object_id":"3461","page":"1","web_access_token":"KTg8BnZ5JFWa2YxBawF8Yj9F0pEyUuJt"}', '{"code":2000,"result":{"list":[{"id":170096,"object_id":3461,"object_type":"1","parent":{},"description":"\u8463\u8363\u66f4\u65b0\u4e86\u4e00\u6761\u5546\u673a\u72b6\u6001\u660e\u786e\u9700\u6c42\u53d8\u4e3a\u5546\u673a\u6210\u4ea4","created_by":5250,"created_at":"2025-06-11 11:37:57","reply_to":"","is_system":true,"for_user":"","description2":"NETAPP FAS2800*2","comments":[],"attachmentRelationships":[],"createdBy":{"id":5250,"key":5250,"name":"\u8463\u8363","sex":"M","userMetas":[{"user_id":5250,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/10f9a0d9-7ea7-3910-9465-6ece76a0dae4.png"}]},"can_delete":false},{"id":168161,"object_id":3461,"object_type":"1","parent":{},"description":"\u6d4b\u8bd5\u65f6\u4e0d\u5c0f\u5fc3\u6539\u4e86\u5546\u673a\u72b6\u6001\uff0c\u5df2\u8fd8\u539f","created_by":5016,"created_at":"2025-03-04 13:51:02","reply_to":"","is_system":false,"for_user":1005,"description2":"","comments":[],"attachmentRelationships":[],"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","userMetas":[{"user_id":5016,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}]},"can_delete":true},{"id":168160,"object_id":3461,"object_type":"1","parent":{},"description":"\u9ad8\u90e1\u9633\u66f4\u65b0\u4e86\u4e00\u6761\u5546\u673a\u72b6\u6001\u5546\u673a\u6401\u7f6e\u53d8\u4e3a\u660e\u786e\u9700\u6c42","created_by":5016,"created_at":"2025-03-04 13:49:57","reply_to":"","is_system":true,"for_user":"","description2":"NETAPP FAS2800*2","comments":[],"attachmentRelationships":[],"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","userMetas":[{"user_id":5016,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}]},"can_delete":true},{"id":168158,"object_id":3461,"object_type":"1","parent":{},"description":"\u9ad8\u90e1\u9633\u66f4\u65b0\u4e86\u4e00\u6761\u5546\u673a\u72b6\u6001\u660e\u786e\u9700\u6c42\u53d8\u4e3a\u5546\u673a\u6401\u7f6e","created_by":5016,"created_at":"2025-03-04 13:47:41","reply_to":"","is_system":true,"for_user":"","description2":"NETAPP FAS2800*2","comments":[],"attachmentRelationships":[],"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","userMetas":[{"user_id":5016,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}]},"can_delete":true},{"id":127165,"object_id":3461,"object_type":"1","parent":{},"description":"\u8d75\u6657\u7131\u65b0\u5efa\u4e86\u4e00\u6761\u72b6\u6001\u4e3a\u660e\u786e\u9700\u6c42\u7684\u5546\u673a","created_by":1005,"created_at":"2024-03-04 09:39:05","reply_to":"","is_system":true,"for_user":"","description2":"\u7fa4\u6656\u5b58\u50a8Hd6500","comments":[],"attachmentRelationships":[],"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","userMetas":[{"user_id":1005,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}]},"can_delete":false}],"unread":0,"count":5,"pagenation":{"totalcount":5,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-07-04 18:06:23') RETURNING "id" |