mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GitBook: [#128] Media
This commit is contained in:
parent
d24e0cd115
commit
10c45a7d76
2 changed files with 2 additions and 1 deletions
BIN
.gitbook/assets/55634384f007cf8c9a5e9a4dbc97ed15.png
Normal file
BIN
.gitbook/assets/55634384f007cf8c9a5e9a4dbc97ed15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
|
@ -1,9 +1,10 @@
|
|||
# Relation in practice. Can they act like properties or fields in databases?
|
||||
|
||||

|
||||
|
||||
[relation.md](../fundamentals/relation.md "mention") is the foundation of our graph structure. They connect your objects into the knowledge graph. But, you can use them for broad purposes. For example:
|
||||
|
||||
* You can also use relation to set some «primitive» value like: a date, a tag, a status, an email, or a phone number. Later we will update the system where even such values might be presented as Objects.
|
||||
* Relations can be shown as columns in a “database” / “table” view by using [set.md](../fundamentals/set.md "mention"). So you can use them as properties in Notion for such case.
|
||||
* Relations are global. You can change the name and you will update it everywhere.
|
||||
* You can add any relation to any object using Blocks, Set or Object’s relation view. Take a look on [#adding-relations](../fundamentals/relation.md#adding-relations "mention")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue