|
|
@@ -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"`
|