Skip to content

Commit

Permalink
feat: nn
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed May 4, 2024
1 parent 1cfe24f commit f331e83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/parser/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ function parseFieldToPort(
if (field.pk) {
label += ' 🔑';
}
if (field.not_null) {
label += ' 🚫';
}
return {
id: `${schemaName}-${tableName}-${field.name}`,
group: 'list',
Expand Down

0 comments on commit f331e83

Please sign in to comment.