mySQL 字段下面有一条虚线。?
谁能解释一下那条虚线代表什么 我正在使用 phpmyadmin
字段
名称类型 NULL 默认
经度 float 否 0.001
纬度浮点数 否 0.001
谢谢。
can anyone please explane what does that dashed line stands for
i am using phpmyadmin
field are
name type NULL default
longtitude float No 0.001
latitude float No 0.001
thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自 http://psych.ucsc.edu/AScils/phpmyadmin/Documentation.html
所以...看起来该字段附加了注释
编辑:您可以使用以下方式阅读注释:(
来源:http://dev.mysql.com/doc/refman/5.0/en/show-columns.html)
from http://psych.ucsc.edu/AScils/phpmyadmin/Documentation.html
So... It looks like the field has a comment attached to it
edit: you can read the comment using:
(source: http://dev.mysql.com/doc/refman/5.0/en/show-columns.html)
我认为这意味着您为该字段定义了注释,它是
PhpMyAdmin 以礼貌的方式向您展示可以将鼠标“悬停”在其上并
阅读。
享受
I think it means you defined a comment for that field and it is
PhpMyAdmin's polite way to show you can "hover" your mouse over it and
read it.
enjoy