go-orm-helper icon indicating copy to clipboard operation
go-orm-helper copied to clipboard

🚀🚀 A GoLand plugin that automatically provides database field completion, tags, and generates Structs for writing ORM code. Supports: Gorm、Xorm、Beego、GoFrame, etc. ⭐️ Star to support our work!一...

Results 2 go-orm-helper issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/maiqingqiang/go-orm-helper/assets/33240857/acec58e0-6ddd-4d5b-a0cd-17355d9bca4b) java.lang.Throwable: psiElement is not instance of requiredClass. psiElement=TYPE, psiElement.class=class com.goide.psi.impl.GoTypeImpl, requiredClass=interface com.goide.psi.GoMethodDeclaration, operation=Looking for biz.Test in go.method, stubIdList=[56, 67, 78]. ref: 50cf572587cf com.intellij.psi.stubs.ManyProjectsStubIndexMismatch: PSI and index do not match....

现有DDL ![image](https://github.com/user-attachments/assets/431a2a8f-c7c2-4827-9add-39d429a41517),转化成 GO 的类型的时候,会被映射成 int64 而不是 uint64 。 ![image](https://github.com/user-attachments/assets/6fde319a-5705-4f64-93fa-ad46b44aca8f) 期望得到 uint64