parent
668c7d0795
commit
8b1d6c6c8b
|
@ -6,7 +6,7 @@ type User struct {
|
|||
Id string `gorm:"primaryKey;type:varchar(36)"`
|
||||
OrganizationId string `gorm:"type:varchar(36)"`
|
||||
State uint8 `gorm:"type:tinyint(1)"`
|
||||
Active bool `gorm:"type:tinyint(1)"`
|
||||
Disabled bool `gorm:"type:tinyint(1)"`
|
||||
RoleId string `gorm:"type:varchar(36)"`
|
||||
FirstName string `gorm:"type:varchar(255)"`
|
||||
LastName string `gorm:"type:varchar(255)"`
|
||||
|
|
Loading…
Reference in New Issue