Description ODC version
odc423
OB version
What happened?
What did you expect to happen?
How can we reproduce it (as minimally and precisely as possible)?
Create Table
CREATE TABLE 全类型表 (
col1 int(11) NOT NULL AUTO_INCREMENT COMMENT '第一列',
COL2 decimal(10,2) DEFAULT NULL COMMENT '第二列',
第三列3 decimal(10,2) DEFAULT NULL COMMENT '第三列',
!@#$4 bit(8) DEFAULT NULL COMMENT '第四列',
col5 tinyint(4) DEFAULT NULL COMMENT '第五列',
col6 smallint(6) DEFAULT NULL COMMENT '第六列',
col7 mediumint(9) DEFAULT NULL COMMENT '第七列',
col8 bigint(20) DEFAULT NULL COMMENT '第八列',
col9 float(10,2) DEFAULT NULL COMMENT '第九列',
col10 double(10,2) DEFAULT NULL COMMENT '第十列',
col11 varchar(10) DEFAULT NULL COMMENT '第十一列',
col12 char(10) NOT NULL DEFAULT '中文字段' COMMENT '第十二列',
col13 text DEFAULT NULL COMMENT '第十三列',
col14 tinytext DEFAULT NULL COMMENT '第十四列',
col15 mediumtext DEFAULT NULL COMMENT '第十五列',
col16 longtext DEFAULT NULL COMMENT '第十六列',
col17 blob DEFAULT NULL COMMENT '第十七列',
col18 tinyblob DEFAULT NULL COMMENT '第十八列',
col19 longblob DEFAULT NULL COMMENT '第十九列',
col20 mediumblob DEFAULT NULL COMMENT '第二十列',
col21 binary(16) DEFAULT NULL COMMENT '第二十一列',
col22 varbinary(16) DEFAULT NULL COMMENT '第二十二列',
col23 timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '第二十三列',
col24 time DEFAULT NULL COMMENT '第二十四列',
col25 date DEFAULT NULL COMMENT '第二十五列',
col26 datetime DEFAULT NULL COMMENT '第二十六列',
col27 year(4) DEFAULT NULL COMMENT '第二十七列',
PRIMARY KEY (col1)
)
Add data
View content in table data
Anything else we need to know?
No response
Cloud
No response
Reactions are currently unavailable
You can’t perform that action at this time.
ODC version
odc423
OB version
What happened?
What did you expect to happen?
How can we reproduce it (as minimally and precisely as possible)?
CREATE TABLE
全类型表(col1int(11) NOT NULL AUTO_INCREMENT COMMENT '第一列',COL2decimal(10,2) DEFAULT NULL COMMENT '第二列',第三列3decimal(10,2) DEFAULT NULL COMMENT '第三列',!@#$4bit(8) DEFAULT NULL COMMENT '第四列',col5tinyint(4) DEFAULT NULL COMMENT '第五列',col6smallint(6) DEFAULT NULL COMMENT '第六列',col7mediumint(9) DEFAULT NULL COMMENT '第七列',col8bigint(20) DEFAULT NULL COMMENT '第八列',col9float(10,2) DEFAULT NULL COMMENT '第九列',col10double(10,2) DEFAULT NULL COMMENT '第十列',col11varchar(10) DEFAULT NULL COMMENT '第十一列',col12char(10) NOT NULL DEFAULT '中文字段' COMMENT '第十二列',col13text DEFAULT NULL COMMENT '第十三列',col14tinytext DEFAULT NULL COMMENT '第十四列',col15mediumtext DEFAULT NULL COMMENT '第十五列',col16longtext DEFAULT NULL COMMENT '第十六列',col17blob DEFAULT NULL COMMENT '第十七列',col18tinyblob DEFAULT NULL COMMENT '第十八列',col19longblob DEFAULT NULL COMMENT '第十九列',col20mediumblob DEFAULT NULL COMMENT '第二十列',col21binary(16) DEFAULT NULL COMMENT '第二十一列',col22varbinary(16) DEFAULT NULL COMMENT '第二十二列',col23timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '第二十三列',col24time DEFAULT NULL COMMENT '第二十四列',col25date DEFAULT NULL COMMENT '第二十五列',col26datetime DEFAULT NULL COMMENT '第二十六列',col27year(4) DEFAULT NULL COMMENT '第二十七列',PRIMARY KEY (
col1))
Anything else we need to know?
No response
Cloud
No response