add: INDEX FULLTEXT

add: Default value
This commit is contained in:
young
2020-12-23 15:48:17 +08:00
parent db108519e9
commit acd9861d7f
5 changed files with 25 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ type KList struct {
Key ColumnsKey // non_unique of (show keys from [table])
Multi bool // Multiple .是否多个(复合组建)
KeyName string // key_name of (show keys from [table])
KeyType string // Key_type of (show keys from [Index_type])
}
// BaseInfo base common attribute. 基础属性