bug fixed

This commit is contained in:
Lunny Xiao 2014-04-21 16:17:30 +08:00
parent 00be2b792a
commit 445394e41f
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ WHERE IXS.TYPE_DESC='NONCLUSTERED' and OBJECT_NAME(IXS.OBJECT_ID) =?
return indexes, nil
}
func (db *mssql) CreateTablSql(table *core.Table, tableName, storeEngine, charset string) string {
func (db *mssql) CreateTableSql(table *core.Table, tableName, storeEngine, charset string) string {
var sql string
if tableName == "" {
tableName = table.Name