diff --git a/src/containers/Tenant/Schema/SchemaViewer/prepareData.ts b/src/containers/Tenant/Schema/SchemaViewer/prepareData.ts index 609e03bc3..aea8fcd4f 100644 --- a/src/containers/Tenant/Schema/SchemaViewer/prepareData.ts +++ b/src/containers/Tenant/Schema/SchemaViewer/prepareData.ts @@ -64,7 +64,7 @@ function prepareRowTableSchema(data: TTableDescription = {}): SchemaData[] { type: Type, notNull: NotNull, autoIncrement: Boolean(DefaultFromSequence), - defaultValue: Object.values(DefaultFromLiteral?.value || {})[0] || '-', + defaultValue: Object.values(DefaultFromLiteral?.value || {})[0] ?? '-', familyName, prefferedPoolKind, columnCodec,