improve data type conversion (#236)
* improve data type conversion * update doc
This commit is contained in:
@@ -79,6 +79,7 @@ func TestConvertColumn(t *testing.T) {
|
||||
for _, item := range table.Fields {
|
||||
if item.Name.Source() == "mobile" {
|
||||
assert.True(t, item.IsUniqueKey)
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user