panic("failed to connect database") } // 迁移schema db.AutoMigrate(&Product{}) // Create db.Create(&Product{Code: "D42", Price: 100})
確定! 回上一頁