数据库中代码的列类型
如果您将代码存储在数据库的列中,那么该类型是字符串吗?
该代码是视频的 html 嵌入代码
If you are storing code in a column of your database, is that type string?
The code is html embed code for a video
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这将取决于该代码代表什么。可以是字符串、整数、GUID...
This will depend on what this code represents. Could be a string, integer, GUID, ...
code没有特殊处理,code就是一个字符串。
使用 blob、文本等。
这取决于长度、搜索模式等。
there is no special treatment for code, code is a string.
use blob,text and so.
it depends on the length, search pattern and so.