fix: select failed

This commit is contained in:
JaguarJack 2023-04-20 10:22:58 +08:00
parent 2402fc8519
commit c5c87b7f63

View File

@ -24,6 +24,11 @@ class Schemas extends CatchModel
'id', 'module', 'name', 'columns', 'is_soft_delete', 'created_at', 'updated_at'
];
/**
* @var array|string[]
*/
protected array $fields = ['*'];
/**
* @var array|string[]
*/