mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:56:13 +00:00
Update association-fields.md
This commit is contained in:
parent
c105fa7339
commit
4da82af4f7
@ -1,6 +1,6 @@
|
|||||||
# 关系字段配置
|
# 关系字段配置
|
||||||
|
|
||||||
在关系数据库里,标准的建表关系的方式是添加一个外键字段,然后设置上个外键约束。例如 Knex 建表的例子:
|
在关系数据库里,标准的建表关系的方式是添加一个外键字段,然后再加一个外键约束。例如 Knex 建表的例子:
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
knex.schema.table('posts', function (table) {
|
knex.schema.table('posts', function (table) {
|
||||||
|
Loading…
Reference in New Issue
Block a user