mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-02-05 00:25:55 +08:00
feat(多数据源): 新增字段
This commit is contained in:
@@ -136,7 +136,8 @@ CREATE TABLE "SYS_OPER_LOG"
|
||||
NULL,
|
||||
"ERROR_MSG" VARCHAR(2000) DEFAULT ''
|
||||
NULL,
|
||||
"OPER_TIME" TIMESTAMP(0) NULL
|
||||
"OPER_TIME" TIMESTAMP(0) NULL,
|
||||
"COST_TIME" INT DEFAULT 0,
|
||||
);
|
||||
CREATE TABLE "SYS_POST"
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user