Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gorm model is not supported #1

Open
vvfly opened this issue Mar 4, 2019 · 0 comments
Open

gorm model is not supported #1

vvfly opened this issue Mar 4, 2019 · 0 comments

Comments

@vvfly
Copy link

vvfly commented Mar 4, 2019

If i define the model using gorm.Model, and call BatchInsert() function, there will be an error.
The error is :Unknown column 'model' in 'field list'.
My table model like this:

type User struct {
gorm.Model
Name string
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant