Skip to content

Commit

Permalink
updated db pan command
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 3, 2023
1 parent 5aa5e4d commit 583abdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export default new app.Command({
value: columns
.map(
({ name, type, dflt_value }) =>
`\`${name}${dflt_value ? `?` : ""}\` [${type}]`
`[\`${type.slice(0, 3)}\`] \`${name}${
dflt_value ? `?` : ""
}\``
)
.join("\n"),
inline: true,
Expand Down

0 comments on commit 583abdb

Please sign in to comment.