We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fba4f commit e33b702Copy full SHA for e33b702
1 file changed
src/containers/Tenant/Schema/SchemaViewer/prepareData.ts
@@ -64,7 +64,7 @@ function prepareRowTableSchema(data: TTableDescription = {}): SchemaData[] {
64
type: Type,
65
notNull: NotNull,
66
autoIncrement: Boolean(DefaultFromSequence),
67
- defaultValue: Object.values(DefaultFromLiteral?.value || {})[0] || '-',
+ defaultValue: Object.values(DefaultFromLiteral?.value || {})[0] ?? '-',
68
familyName,
69
prefferedPoolKind,
70
columnCodec,
0 commit comments