Skip to content

Commit 811bb2b

Browse files
committed
FIX: 772 默认值中增加CURRENT_TIMESTAMP。
1 parent b2e35cd commit 811bb2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • chat2db-client/src/blocks/DatabaseTableEditor/ColumnList

chat2db-client/src/blocks/DatabaseTableEditor/ColumnList/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,10 @@ const ColumnList = forwardRef((props: IProps, ref: ForwardedRef<IColumnListRef>)
513513
label: 'NULL',
514514
value: 'NULL',
515515
},
516+
{
517+
label: 'CURRENT_TIMESTAMP',
518+
value: 'CURRENT_TIMESTAMP',
519+
}
516520
]}
517521
/>
518522
</Form.Item>

0 commit comments

Comments
 (0)