Open devhaozi opened 2 months ago
https://github.com/go-gorm/playground/pull/758
I'm using a Postgres database with primary key default values of generated by default as identity. There are 2 issues here:
generated by default as identity
type:
Below is a screenshot of the playground CI running:
Related issues: #5222 #5534 (they were missing the playground link, so I opened this)
bigint
GORM Playground Link
https://github.com/go-gorm/playground/pull/758
Description
I'm using a Postgres database with primary key default values of generated by default as identity. There are 2 issues here:
generated by default as identity
.type:
.Below is a screenshot of the playground CI running:
Related issues: #5222 #5534 (they were missing the playground link, so I opened this)
Expected behavior
type:
tag,bigint
type andgenerated by default as identity
.type:
tag.