Commit ce572d41 by 高晓磊

关联字段去掉默认值

parent 6e6f67dc
......@@ -31,12 +31,12 @@
</column>
</property>
<property name="masterFiled" type="nstring" not-null="false">
<column name="master_filed" length="30" default="id">
<column name="master_filed" length="30" default="">
<comment>主表用哪个字段关联</comment>
</column>
</property>
<property name="joinFiled" type="nstring" not-null="false">
<column name="join_filed" length="30" default="belongId">
<column name="join_filed" length="30" default="">
<comment>被关联表用哪个字段关联</comment>
</column>
</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment