我使用 Fluent NHibernate 进行映射,并将 SchemaExport 类用于数据库模式。
NHibernate 是否可以在生成的数据库模式中为属性/列设置默认值?
我使用 Fluent NHibernate 进行映射,并将 SchemaExport 类用于数据库模式。
NHibernate 是否可以在生成的数据库模式中为属性/列设置默认值?
据我所知,不 - 不在生成的模式中。
不过,您可以在构造函数中设置属性。
在 XML 映射和 Fluent NHibernate 中都绝对支持它。
<column>
的 的子元素。<property>