Commit 2cd177ba by 高晓磊

因用不到排序字段,删除不为空和唯一索引限制

parent 89d26619
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</column> </column>
</property> </property>
<property name="sortOrder" type="int" not-null="true" unique="true" update="false" insert="false" index="dinas_sort_index" > <property name="sortOrder" type="int" not-null="false" unique="false" >
<column name="sort_order" length="10"> <column name="sort_order" length="10">
<comment >排序</comment> <comment >排序</comment>
</column> </column>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<comment>不通过原因</comment> <comment>不通过原因</comment>
</column> </column>
</property> </property>
<property name="sortOrder" type="int" not-null="true" unique="true" index="sand_mining_area_sort_index" > <property name="sortOrder" type="int" not-null="false">
<column name="sort_order" length="10"> <column name="sort_order" length="10">
<comment >排序</comment> <comment >排序</comment>
</column> </column>
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<comment>备注</comment> <comment>备注</comment>
</column> </column>
</property> </property>
<property name="sortOrder" type="int" not-null="true" unique="true" index="station_sort_index" > <property name="sortOrder" type="int" not-null="false" unique="false" >
<column name="sort_order" length="10"> <column name="sort_order" length="10">
<comment >排序</comment> <comment >排序</comment>
</column> </column>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<comment>备注</comment> <comment>备注</comment>
</column> </column>
</property> </property>
<property name="sortOrder" type="int" not-null="true" unique="true" index="station_sort_index" > <property name="sortOrder" type="int" not-null="false" >
<column name="sort_order" length="10"> <column name="sort_order" length="10">
<comment >排序</comment> <comment >排序</comment>
</column> </column>
......
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
</column> </column>
</property> </property>
<property name="sortOrder" type="int" not-null="true" unique="true" update="false" insert="false" index="camera_sort_index" > <property name="sortOrder" type="int" not-null="true" unique="true" >
<column name="sort_order" length="10"> <column name="sort_order" length="10">
<comment >排序</comment> <comment >排序</comment>
</column> </column>
......
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