perf: 构建工具调整
This commit is contained in:
15
build/database/lite/common/title_info.sql
Normal file
15
build/database/lite/common/title_info.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for title_info
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS "title_info";
|
||||
CREATE TABLE "title_info" (
|
||||
"id" integer NOT NULL,
|
||||
"tag" text(15),
|
||||
"title_json" text,
|
||||
"remark" text(255),
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of title_info
|
||||
-- ----------------------------
|
||||
Reference in New Issue
Block a user