fix: select failed
This commit is contained in:
parent
2402fc8519
commit
c5c87b7f63
@ -24,6 +24,11 @@ class Schemas extends CatchModel
|
|||||||
'id', 'module', 'name', 'columns', 'is_soft_delete', 'created_at', 'updated_at'
|
'id', 'module', 'name', 'columns', 'is_soft_delete', 'created_at', 'updated_at'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array|string[]
|
||||||
|
*/
|
||||||
|
protected array $fields = ['*'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array|string[]
|
* @var array|string[]
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user