标签: nhibernate fluent-nhibernate nhibernate-mapping
我正在使用Fluent NHibernate作为映射,将SchemaExport类用于数据库模式。
NHibernate是否可以在生成的数据库模式中为属性/列设置默认值?
答案 0 :(得分:2)
据我所知,不 - 不是在生成的架构中。
您可以在构造函数中设置属性。
答案 1 :(得分:1)
在XML映射和Fluent NHibernate中都绝对支持。
<column>
<property>