Commit e06b7ff2 authored by 邓超's avatar 邓超

fix: 修改建表文案描述

parent d38dcb94
Pipeline #54628 waiting for manual action with stages
...@@ -136,7 +136,7 @@ const EditableCell = ({ ...@@ -136,7 +136,7 @@ const EditableCell = ({
<Select.Option value={4}>布尔型(bit)</Select.Option> <Select.Option value={4}>布尔型(bit)</Select.Option>
<Select.Option value={5}>整数型(int)</Select.Option> <Select.Option value={5}>整数型(int)</Select.Option>
<Select.Option value={6}>浮点型(float)</Select.Option> <Select.Option value={6}>浮点型(float)</Select.Option>
<Select.Option value={7}>长整(bigint)</Select.Option> <Select.Option value={7}>长整(bigint)</Select.Option>
<Select.Option value={8}>精确数值型(decimal)</Select.Option> <Select.Option value={8}>精确数值型(decimal)</Select.Option>
<Select.Option value={9}>时间(datetime)</Select.Option> <Select.Option value={9}>时间(datetime)</Select.Option>
<Select.Option value={10}>二进制(varbinary)</Select.Option> <Select.Option value={10}>二进制(varbinary)</Select.Option>
...@@ -527,7 +527,7 @@ const TableView = props => { ...@@ -527,7 +527,7 @@ const TableView = props => {
case 6: case 6:
return '浮点型(float)'; return '浮点型(float)';
case 7: case 7:
return '长整(bigint)'; return '长整(bigint)';
case 8: case 8:
return '精确数值型(decimal)'; return '精确数值型(decimal)';
case 9: case 9:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment