Merge branch 'dev' into test

This commit is contained in:
chenbowen
2025-12-25 10:47:38 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1944,7 +1944,7 @@ COMMENT ON TABLE system_oauth2_refresh_token IS 'OAuth2 刷新令牌';
CREATE TABLE system_operate_log (
id bigint NOT NULL PRIMARY KEY,
trace_id varchar(64) DEFAULT '' NULL,
user_id bigint NOT NULL,
user_id bigint NULL,
user_type smallint DEFAULT 0 NOT NULL,
type varchar(50) NOT NULL,
sub_type varchar(50) NOT NULL,