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
2023/10/08 15:40:03 /home/qcazelles/Desktop/minimal_reproducer/main.go:21 table "test_structs" has more than one primary key
[0.016ms] [rows:0] CREATE TABLE `test_structs` (`id` integer PRIMARY KEY AUTOINCREMENT,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,PRIMARY KEY (`id`))
table "test_structs" has more than one primary key
This last code works fine with mysql driver.
Thank you
The text was updated successfully, but these errors were encountered:
Description
I wanted to use the playground to submit the same issue for Gorm usage with sqlite itself ...
Gorm is in version 1.25.4
gorm.io/driver/sqlite in v1.5.4
Minimal reproducer
main.go
This last code works fine with mysql driver.
Thank you
The text was updated successfully, but these errors were encountered: