add missing package

This commit is contained in:
chendy 2022-01-30 11:07:11 +08:00
parent 880a7b297d
commit 73ee8812be
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import (
"xorm.io/xorm/internal/utils"
"xorm.io/xorm/names"
"xorm.io/xorm/schemas"
)
// TableNameWithSchema will add schema prefix on table name if possible