Bhikkhu-Kosalla 5 years ago
parent
commit
b6061e5117
1 changed files with 0 additions and 17 deletions
  1. 0 17
      database_log

+ 0 - 17
database_log

@@ -1,17 +0,0 @@
-# 数据库更改日志
-
-## 2020/12/20
-
-### 路径与文件名
-
-/../tmp/appdata/palicanon/pali_sent_sim.db3
-
-### 数据结构
-
-```
-CREATE TABLE pali_sent_sim (
-    id        INTEGER PRIMARY KEY,
-    sim_sents TEXT
-);
-
-```