mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
do not quote numbers in the DEFAULT clause in SHOW CREATE
This commit is contained in:
@ -50,7 +50,7 @@ KEY_COLUMN_USAGE CREATE TEMPORARY TABLE `KEY_COLUMN_USAGE` (
|
||||
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
|
||||
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
|
||||
`COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
|
||||
`ORDINAL_POSITION` bigint(10) NOT NULL DEFAULT '0',
|
||||
`ORDINAL_POSITION` bigint(10) NOT NULL DEFAULT 0,
|
||||
`POSITION_IN_UNIQUE_CONSTRAINT` bigint(10) DEFAULT NULL,
|
||||
`REFERENCED_TABLE_SCHEMA` varchar(64) DEFAULT NULL,
|
||||
`REFERENCED_TABLE_NAME` varchar(64) DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user