Skip to content

Commit dc8b974

Browse files
authored
Explain purpose of server_default (#3625)
1 parent 5e90351 commit dc8b974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modeling-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ class Foo {
577577
578578
The server side default value if the property is not specified.
579579
Default values can only be specified on optional properties.
580+
They appear in the generated documentation and do not affect clients.
580581
581582
```ts
582583
class Foo {

0 commit comments

Comments
 (0)