fixed
This commit is contained in:
+6
-6
@@ -44,16 +44,16 @@ type User struct {
|
||||
LastName string `json:"last_name" db:"last_name"`
|
||||
Suffix string `json:"suffix" db:"suffix"`
|
||||
EmailAddress string `json:"email_address" db:"email_address"`
|
||||
EmpID string `json:"emp_id" db:"emp_id"`
|
||||
IsLoggedIn string `json:"is_logged_in" db:"is_logged_in"`
|
||||
FirstLoggedIn string `json:"first_logged_in" db:"first_logged_in"`
|
||||
|
||||
|
||||
|
||||
HomeAddress string `json:"home_address" db:"home_address"`
|
||||
ContactNumber string `json:"contact_number" db:"contact_number"`
|
||||
DeviceID string `json:"device_id" db:"device_id"`
|
||||
|
||||
RoleID int `json:"role_id" db:"role_id"`
|
||||
IsDeleted string `json:"is_deleted" db:"is_deleted"`
|
||||
SecretKey string `json:"secret_key" db:"secret_key"`
|
||||
IsActivated string `json:"is_activated" db:"is_activated"`
|
||||
|
||||
|
||||
CreatedAt time.Time `json:"created_at" db:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at" db:"updated_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user