mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
clickhouse: added specifcNotNull dialect option
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
export let columnName = '';
|
||||
export let extInfo = null;
|
||||
export let dataType = null;
|
||||
export let displayedDataType = null;
|
||||
export let showDataType = false;
|
||||
export let foreignKey;
|
||||
export let conid = undefined;
|
||||
@@ -59,7 +60,7 @@
|
||||
{/if}
|
||||
</span>
|
||||
{:else if dataType}
|
||||
<span class="extinfo">{dataType.toLowerCase()}</span>
|
||||
<span class="extinfo">{(displayedDataType || dataType).toLowerCase()}</span>
|
||||
{/if}
|
||||
{/if}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user