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.
本文出自 “岁伏” 博客,请务必保留此出处http://suifu.blog.51cto.com/9167728/1790314
原文地址:http://suifu.blog.51cto.com/9167728/1790314