Browse Source

:fix: 修改article list 表名 为 collection_article_lists

visuddhinanda 4 years ago
parent
commit
0e875d2f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documents/zh/api/article.md

+ 1 - 1
documents/zh/api/article.md

@@ -29,7 +29,7 @@ CREATE TABLE articles (
 ## article_list 关联表
 
 ```table
-CREATE TABLE article_lists (
+CREATE TABLE collection_article_lists (
     id SERIAL PRIMARY KEY,
     collect_id    INTEGER NOT NULL REFERENCES collections (id),
     article_id    INTEGER  NOT NULL REFERENCES articles (id),