Update 5-minutes-to-get-started.md

This commit is contained in:
Zhou 2022-06-30 09:34:46 +08:00 committed by GitHub
parent 0ba4e29016
commit 24dc9734a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ In this case, for the relationship fields, we have to select the correct type so
After creating a relationship field, we can see the automatically generated reverse association field in the Collection being associated. For example, we can see the automatically generated Orders field in `Customers`, so we can call the data of `Orders` in the block of `Customers`.
![1.auto.relation.jpg](./5-minutes-to-get-started/1.auto.relation.jpgg)
![1.auto.relation.jpg](./5-minutes-to-get-started/1.auto.relation.jpg)
Once the data collections and fields are created, we start making the interface.