it4alla / scalog

🔥 simple communal automatic log comonent 🔥
Apache License 2.0
10 stars 7 forks source link

postgresql.sql#update #48

Closed striver619 closed 4 years ago

striver619 commented 4 years ago

更新 postgresql.sql 中4个字段大小

function_name char(500),
class_name char(500),

client_type char(500),
user_agent char(500),

同时,更新 README.md 中 2.5使用

 `function_name` char(500) DEFAULT NULL COMMENT '功能名称',