Add phone and organization fields to user

This commit is contained in:
Maksim Eltyshev
2020-04-09 18:27:28 +05:00
parent c4acb3eb24
commit f3e0cadca6
11 changed files with 102 additions and 13 deletions

View File

@@ -37,6 +37,8 @@ export default class extends Model {
email: attr(),
name: attr(),
avatar: attr(),
phone: attr(),
organization: attr(),
deletedAt: attr(),
isAdmin: attr({
getDefault: () => false,