Gowtham G

Results 4 comments of Gowtham G

I've also had the same issue with timestamp fields. Try adding `default: NOW()` to the timestamp struct definition i.e: ``` CreatedAt time.Time `gorm:"column:created_at; type:timestamp; default: NOW(); not null" json:"created_at" ```

Looks like an upstream issue. I'll check if there's a workaround.

@PravinBagde Thanks for the suggestions . It could be an upstream bug. I'll investigate it.