huangrf 6 jaren geleden
bovenliggende
commit
4176ff6e3f
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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"`