mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-16 21:20:46 +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