CREATE TABLE `a` (
`id` int(5) unsigned zerofill NOT NULL DEFAULT ‘00000‘,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
google了一番,果然。
I am sorry that Navicat does not support to show the leading zeros for zerofill fields at this moment. Your request is already in our development list. We will keep improving our Navicat in future.
时间: 2024-10-11 10:19:54