You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeBookstruct {
// Whether `autoIncrementIncrement` is set or not, the increment step is always 1.BookIDint`gorm:"column:book_id;autoIncrement:true;autoIncrementIncrement:10"`Namestring`gorm:"column:name;type:varchar(255)"`
}
The text was updated successfully, but these errors were encountered:
GORM Playground Link
go-gorm/playground#756
Description
DB: PostgreSQL
The text was updated successfully, but these errors were encountered: