生成代码新增回滚功能

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

@@ -19,7 +19,7 @@ class SQL extends Factory
throw new FailedException(sprintf('create table [%s] failed', $params['table']));
}
return true;
return $params['table'];
}
/**