gpt4 book ai didi

c# - Nhibernate 和 MySQL 的 BLOB 索引前缀长度

转载 作者:行者123 更新时间:2023-11-30 23:34:24 25 4
gpt4 key购买 nike

在我的数据模型中有一个具有 byte[] Hash 属性的类,它被转换为 BLOB。我希望此列/属性是唯一的。

根据本 MySQL 手册 page ,我需要为 BLOB 指定索引前缀长度,否则它不允许在 BLOB 上建立索引。

CREATE TABLE test (blob_col BLOB, INDEX(blob_col(10)));

在(流利的)NHibernate 中我该怎么做?

谢谢

最佳答案

hbm.xml 文件或字符串中的数据库对象和 new Configuration.Configure().Add()

http://ayende.com/blog/3947/nhibernate-mapping-database-object

关于c# - Nhibernate 和 MySQL 的 BLOB 索引前缀长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8822923/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com