docs(erd): add can_create column to system.users
This commit is contained in:
parent
7062cb630e
commit
900770ff36
@ -11,6 +11,7 @@ entity "system.users" as usr {
|
||||
* name : varchar(32)
|
||||
* password : text
|
||||
* is_admin : boolean
|
||||
* can_create : boolean
|
||||
}
|
||||
|
||||
entity "system.mime" as mime {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user