This commit is contained in:
archer
2023-05-31 11:37:39 +08:00
parent 24319fe860
commit c9ee6fabe4
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS modelData (
kb_id VARCHAR(50) NOT NULL,
source VARCHAR(100),
q TEXT NOT NULL,
a TEXT NOT NULL,
a TEXT NOT NULL
);
-- 索引设置,按需取
-- CREATE INDEX IF NOT EXISTS modelData_userId_index ON modelData USING HASH (user_id);