修复代码生成Bug
This commit is contained in:
parent
002ad814e5
commit
0d918c9446
@ -42,7 +42,7 @@ class Table
|
||||
return self::$table;
|
||||
}
|
||||
|
||||
return (new \think\migration\db\Table(Utils::tableWithPrefix(self::$tableName)))->setAdapter(self::getAdapter());
|
||||
return (new \think\migration\db\Table(Utils::tableWithOutPrefix(self::$tableName)))->setAdapter(self::getAdapter());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user