This commit is contained in:
chenghonour
2020-07-21 13:28:25 +08:00
parent 1d5e717a80
commit d56835fc00
3 changed files with 3 additions and 3 deletions

View File

@ -791,4 +791,4 @@ func (c *Core) HasTable(name string) (bool, error) {
}
}
return false, nil
}
}

View File

@ -147,4 +147,4 @@ func (m *Model) HasField(field string) (bool, error) {
}
}
return false, nil
}
}

View File

@ -2470,4 +2470,4 @@ func Test_Model_HasField(t *testing.T) {
t.Assert(result, false)
t.Assert(err, nil)
})
}
}