How to rename the fields of the Model corresponding data table in ThinkPHP5?

for example, there is a data table whose structure is id, name, age.

now I want the model (model class) to change the name of the name field to newName . Just like as in native SQL. Excuse me, can this be realized? how can I do it? Thank you ~

Php
May.22,2021

Db query fields also have as, reference TP official documentation

Menu