improve migrate searchbox log

This commit is contained in:
xiaomlove
2022-10-29 00:34:54 +08:00
parent 6e76f6be54
commit 8bc9a84392
2 changed files with 6 additions and 2 deletions

View File

@@ -90,8 +90,8 @@ class Test extends Command
*/
public function handle()
{
$r = SearchBox::getSubCatOptions();
dd($r);
$columnInfo = NexusDB::getMysqlColumnInfo('searchbox', 'section_name');
dd($columnInfo);
}