Skip to content

Commit 808a31b

Browse files
committed
Rename fields to columns
1 parent f207dcc commit 808a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/file-generators/generated/[schema_name]/[TableName].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const createResultingTypeFile = (
8787
type: `ReproducePgtuiBugs<${pascal_table_name}>`,
8888
docs: [
8989
{
90-
description: `@deprecated Reproduces type bugs from the legacy \`pgtui\` library and should not be used in new code.\n\nSpecifically:\n- Fields ending in \`_id\` are incorrectly typed as \`string\`, regardless of their actual database type.\n- \`jsonb\` fields are typed as \`any\` instead of a more specific type.`,
90+
description: `@deprecated Reproduces type bugs from the legacy \`pgtui\` library and should not be used in new code.\n\nSpecifically:\n- Columns ending in \`_id\` are incorrectly typed as \`string\`, regardless of their actual database type.\n- \`jsonb\` columns are typed as \`any\` instead of a more specific type.`,
9191
},
9292
],
9393
})

0 commit comments

Comments
 (0)