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 54790e4 commit 6e756b5Copy full SHA for 6e756b5
1 file changed
packages/cli/src/actions/pull/provider/postgresql.ts
@@ -150,6 +150,7 @@ export const postgresql: IntrospectionProvider = {
150
case 'uuid':
151
case 'json':
152
case 'jsonb':
153
+ case 'text':
154
if (value === 'NULL') return [];
155
factories.push(defaultAttr.addArg((a) => a.StringLiteral.setValue(value)));
156
break;
0 commit comments