[inner-2141] fix: childTable adds specifyCharset configuration item

(cherry picked from commit c2d8958d2f)
This commit is contained in:
guoaomen
2023-08-25 15:46:59 +08:00
parent e08ebef4ca
commit ac3c9fe3dd

View File

@@ -32,6 +32,7 @@
<xs:attribute name="parentColumn" type="xs:string" use="required"/>
<xs:attribute name="incrementColumn" type="xs:string"/>
<xs:attribute name="sqlMaxLimit" type="xs:integer"/>
<xs:attribute name="specifyCharset" type="xs:boolean"/>
</xs:complexType>
</xs:element>
</xs:sequence>