What is this tool?
There is information in the screenshot, the implementation principle of native query in tp5, just go to the relevant source code of tp5
It’s not clear what the tool is, but you can check the last executed SQL in the code
echo Db::table('staff')->getLastSql();
Statement
What's the meaning? Are you talking about what tool you use to execute this sql statement?
There is information in the screenshot, the implementation principle of native query in tp5, just go to the relevant source code of tp5
It’s not clear what the tool is, but you can check the last executed SQL in the code
echo Db::table('staff')->getLastSql();
Statement
What's the meaning? Are you talking about what tool you use to execute this sql statement?