模型生成新增字段属性注释

This commit is contained in:
JaguarJack
2021-04-27 18:33:59 +08:00
parent 41aa81069c
commit 58286b181b
2 changed files with 26 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ use catcher\generate\factory\SQL;
use catcher\generate\support\Table;
use catcher\library\Composer;
use catcher\Utils;
use think\facade\Db;
class Generator
{
@@ -45,7 +44,6 @@ class Generator
$files = [];
$migration = '';
$table = null;
try {
if ($params['create_controller']) {