hibernate怎么设置数据库中字段的默认值

hibernate如何设置数据库中字段的默认值column namereferencable default0 //property

hibernate如何设置数据库中字段的默认值

<column name="referencable" default="0" />
</property>