huangrf hace 6 años
padre
commit
4176ff6e3f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"`