ID as Primary KeyGORM uses the field with the name ID as the table's primary key by default. type User struct { ID string // field named `ID` will be used ...
確定! 回上一頁