mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +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