perf: 构建工具调整
This commit is contained in:
17
build/database/lite/install/4a_log.sql
Normal file
17
build/database/lite/install/4a_log.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for 4a_log
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS "4a_log";
|
||||
CREATE TABLE "4a_log" (
|
||||
"LogTime" text,
|
||||
"SubUser" text(32),
|
||||
"App" text(64),
|
||||
"Sip" text(32),
|
||||
"AppModule" text(32),
|
||||
"OpType" text(255),
|
||||
"OpText" text(255)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of 4a_log
|
||||
-- ----------------------------
|
||||
Reference in New Issue
Block a user