Kalin Staykov
Results
2
issues of
Kalin Staykov
**Describe the bug** When I run latest v4.3.1 Mac arm binary I get: ``` 2023/08/18 13:47:54 /home/runner/go/pkg/mod/gorm.io/[email protected]/gorm.go:206 [error] failed to initialize database, got error Binary was compiled with 'CGO_ENABLED=0', go-sqlite3...
I noticed that the example was not working because the migration could not run: ``` sqlite> CREATE TABLE IF NOT EXISTS google_tokens ( (x1...> id INTEGER NOT NULL PRIMARY KEY...