我的命令中没有使用ID的字典 为什么生成的结构体中会多出来这么个字段?
bee generate scaffold country -fields="Code:string,Name:string,Continent:string,Region:string,population:int" -driver=mysql -conn="root:10086@tcp(127.0.0.1:3306)/world" 我的命令是这个,可是生成的model结构体中为什么会出来一个id的字段?
请问id这个字段是哪里来的?