码迷,mamicode.com
首页 > 其他好文 > 详细

Navicat不支持zerofill列显示

时间:2016-06-17 17:28:12      阅读:486      评论:0      收藏:0      [点我收藏+]

标签:zerofill   navicat zerofill   

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

Navicat不支持zerofill列显示

标签:zerofill   navicat zerofill   

原文地址:http://suifu.blog.51cto.com/9167728/1790314

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!