Retrieving a single object ; // Get the first record ordered by primary key db.First(&user) // SELECT * FROM users ORDER BY id LIMIT 1; ; // Get ...
確定! 回上一頁