We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3392f2 + 28b13e2 commit 778bb01Copy full SHA for 778bb01
1 file changed
src/types/common.ts
@@ -6,7 +6,7 @@ export type OnDeleteAction =
6
| "cascade"
7
| "restrict"
8
| "no action"
9
- | "set null"
+ // | "set null" // Not supported in Spanner
10
| "set default";
11
12
export interface ForeignKeyConfig {
0 commit comments