Removing primary key marks to avoid postgres ID problem
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
type CompanyUser struct {
|
||||
Id int `orm:"column(id);pk"`
|
||||
Id int `orm:"column(id);"`
|
||||
Name string `orm:"column(name)"`
|
||||
Role int16 `orm:"column(role)"`
|
||||
Profile string `orm:"column(profile)"`
|
||||
|
Reference in New Issue
Block a user