mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
merging
This commit is contained in:
parent
c98b7fe5b7
commit
d3891e99ff
1 changed files with 1 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ show create table t1;
|
|||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
`bin(130)` varchar(64) DEFAULT NULL,
|
||||
`oct(130)` varchar(64) EFAULT NULL,
|
||||
`oct(130)` varchar(64) DEFAULT NULL,
|
||||
`conv(130,16,10)` varchar(64) DEFAULT NULL,
|
||||
`hex(130)` varchar(6) NOT NULL DEFAULT '',
|
||||
`char(130)` varbinary(4) NOT NULL DEFAULT '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue