We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7e8ee commit b63b7faCopy full SHA for b63b7fa
tests/json_bulk_test.go
@@ -56,7 +56,7 @@ func TestBasicCRUD_JSONText(t *testing.T) {
56
}
57
58
DB.Migrator().DropTable(&JsonRecord{})
59
- if err := DB.AutoMigrate(&JsonRecord{}); err != nil {
+ if err := DB.Set("gorm:table_options", "TABLESPACE SYSAUX").AutoMigrate(&JsonRecord{}); err != nil {
60
t.Fatalf("migrate failed: %v", err)
61
62
0 commit comments