2023-05-16 18:06:14 +00:00
|
|
|
name: user
|
2023-04-12 13:02:21 +00:00
|
|
|
columns:
|
|
|
|
id: id
|
|
|
|
name: name
|
|
|
|
roleFk: role
|
|
|
|
nickname: nickname
|
|
|
|
lang: lang
|
|
|
|
password: password
|
2023-05-16 18:06:14 +00:00
|
|
|
bcryptPassword: BCRYPT password
|
2023-04-12 13:02:21 +00:00
|
|
|
active: active
|
|
|
|
email: email
|
|
|
|
emailVerified: email verified
|
|
|
|
created: created
|
|
|
|
updated: updated
|
|
|
|
image: image
|
|
|
|
hasGrant: has grant
|
|
|
|
userFk: user
|
2023-06-02 13:31:36 +00:00
|
|
|
recoverPass: recover password
|
|
|
|
role: role
|
|
|
|
sync: pending sync
|
2023-06-02 13:48:27 +00:00
|
|
|
lastPassChange: password changed
|