mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
clickhouse: added specifcNotNull dialect option
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
on:clickrow={e => showModal(ColumnEditorModal, { columnInfo: e.detail, tableInfo, setTableInfo, driver })}
|
||||
onAddNew={isWritable ? addColumn : null}
|
||||
columns={[
|
||||
{
|
||||
!driver?.dialect?.specificNotNull && {
|
||||
fieldName: 'notNull',
|
||||
header: 'Nullability',
|
||||
sortable: true,
|
||||
|
||||
Reference in New Issue
Block a user