生成代码新增回滚功能
This commit is contained in:
@@ -19,7 +19,7 @@ class SQL extends Factory
|
||||
throw new FailedException(sprintf('create table [%s] failed', $params['table']));
|
||||
}
|
||||
|
||||
return true;
|
||||
return $params['table'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user