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 c0781f1 commit 036948eCopy full SHA for 036948e
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