fix: select failed
This commit is contained in:
@@ -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[]
|
||||
*/
|
||||
|
Reference in New Issue
Block a user