From c105fa7339948bc278de0a71f091b3462fe35b3e Mon Sep 17 00:00:00 2001 From: Zhou Date: Fri, 4 Nov 2022 09:09:49 +0800 Subject: [PATCH] Update association-fields.md --- docs/zh-CN/development/server/collections/association-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/development/server/collections/association-fields.md b/docs/zh-CN/development/server/collections/association-fields.md index a2e1fa260..0e7c4a081 100644 --- a/docs/zh-CN/development/server/collections/association-fields.md +++ b/docs/zh-CN/development/server/collections/association-fields.md @@ -1,6 +1,6 @@ # 关系字段配置 -在关系数据库里,标准的建表关系的方式是添加一个外键字段,然后设置上个外键约束。例如 Knex 建表的例子: +在关系数据库里,标准的建表关系的方式是添加一个外键字段,然后再加一个外键约束。例如 Knex 建表的例子: ```ts knex.schema.table('posts', function (table) {