生成代码新增回滚功能

This commit is contained in:
JaguarJack
2020-07-11 10:59:57 +08:00
parent 42e75f50ff
commit 359381fec6
6 changed files with 68 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ abstract class Factory
* @param $table
* @return bool
*/
protected function hasTableExists($table)
public function hasTableExists($table)
{
$tables = Db::getConnection()->getTables();