We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb775ef commit 4e61a8bCopy full SHA for 4e61a8b
packages/schema/src/res/stdlib.zmodel
@@ -112,7 +112,7 @@ function autoincrement(): Int {
112
/**
113
* Represents default values that cannot be expressed in the Prisma schema (such as random()).
114
*/
115
-function dbgenerated(expr: String): Any {
+function dbgenerated(expr: String?): Any {
116
} @@@expressionContext([DefaultValue])
117
118
0 commit comments