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 40a16f8 commit c1a8c90Copy full SHA for c1a8c90
bun.lock
@@ -1,5 +1,6 @@
1
{
2
"lockfileVersion": 1,
3
+ "configVersion": 0,
4
"workspaces": {
5
"": {
6
"name": "@m1212e/rumble",
lib/helpers/sqlTypes/types.ts
@@ -75,7 +75,7 @@ export function isDateLikeSQLTypeString(
75
return dateLikeSQLTypeStrings.includes(sqlType as any);
76
}
77
78
-const jsonLikeSQLTypeStrings = ["json"] as const;
+const jsonLikeSQLTypeStrings = ["json", "jsonb"] as const;
79
80
export function isJSONLikeSQLTypeString(
81
sqlType: string,
0 commit comments