huangrf 6 年之前
父节点
当前提交
4176ff6e3f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/struct.go

+ 1 - 0
client/struct.go

@@ -81,6 +81,7 @@ type XmlColumn struct {
 	Caption      string `xml:"caption,attr"`
 	IsNull       bool   `xml:"isNull,attr"`
 	IsPK         bool   `xml:"isPK,attr"`
+	IsIndex 	 bool 	`xml:"isIndex,attr"`
 	AutoIncrement     bool   `xml:"autoIncrement,attr"`
 	IsUnique     bool   `xml:"isUnique,attr"`
 	Size         int    `xml:"size,attr"`