-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [x] Full description of the issue provided (…
-
## Describe the feature
- Extend AutoMigrate to scan Schema/Model changes, generate SQL migration scripts automatically, and write to file (up.sql and down.sql) to reconcile those changes with th…
-
-
## Your Question
gorm有preload的方法,但是有的时候,我已经获取到了model或者model数组,想要加载其中的某个关联字段
比如
```
type Answer struct {
ID int64 `gorm:"column:id;primaryKey"`
QuestionID int64 …
-
Hi,
Using this project layout how do you propose to handle the circular dependency issue of multiple different models such as say car and perhaps a driver? Using that as an example, a driver could …
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [x] Full description of the issue provided (…
-
![Image](https://user-images.githubusercontent.com/29252011/256685345-5614605d-a7ff-497b-8925-14f852f50240.png)
- Create a route to list all teams inside an org
- Create tests
-
@iamkevb
Opening an issue to track major issues with the current version of scaffold that could be solved either now or when generics land. Trying to focus on just the issues without solutioning.…
-
It looks like this plugin doesn't work anymore with my Grails/GORM version.
grailsVersion=3.3.4
gormVersion=6.1.9.RELEASE
I got the following error on app startup:
```
org.springframework.bea…
-
## Describe the feature
The proposed feature involves refactoring the AutoMigrate capability in GORM to operate as an advanced, optional module instead of being a core integrated function. This…