Commit 1bf6a4ae by 高晓磊

文件共享设置去掉默认值

parent ce572d41
......@@ -26,17 +26,17 @@
</column>
</property>
<property name="joinMetadata" type="nstring" not-null="false">
<column name="join_metadata" length="100" default="">
<column name="join_metadata" length="100" >
<comment>被关联的表元数据</comment>
</column>
</property>
<property name="masterFiled" type="nstring" not-null="false">
<column name="master_filed" length="30" default="">
<column name="master_filed" length="30">
<comment>主表用哪个字段关联</comment>
</column>
</property>
<property name="joinFiled" type="nstring" not-null="false">
<column name="join_filed" length="30" default="">
<column name="join_filed" length="30" >
<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