From d5207e90dfc6d37f8c61365ea24f623ba8e0d808 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 27 Jan 2025 17:57:34 +0400 Subject: [PATCH] Explain purpose of server_default (#3625) (cherry picked from commit dc8b974f47d465633a901229f746bbc8fa4a4391) --- docs/modeling-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modeling-guide.md b/docs/modeling-guide.md index 0a9246759e..32eef7f219 100644 --- a/docs/modeling-guide.md +++ b/docs/modeling-guide.md @@ -577,6 +577,7 @@ class Foo { The server side default value if the property is not specified. Default values can only be specified on optional properties. +They appear in the generated documentation and do not affect clients. ```ts class Foo {