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 436c0b0 commit 1b64aa8Copy full SHA for 1b64aa8
src/syntax/transformMap.ts
@@ -39,7 +39,7 @@ import { mysqlMap } from "./dialects/mysql";
39
import { sqliteMap } from "./dialects/sqlite";
40
import { postgresqlMap } from "./dialects/postgresql";
41
42
-export const transformMap: Partial<CstToDocMap<Node>> = {
+export const transformMap: CstToDocMap<Node> = {
43
...aliasMap,
44
...alterActionMap,
45
...alterTableMap,
0 commit comments