Update erd-dsl.md
This commit is contained in:
parent
f46f08de6c
commit
6012bbd657
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@
|
|||
entities:
|
||||
user:
|
||||
- name: id
|
||||
type: uuid
|
||||
type: integer
|
||||
key: true
|
||||
option: autoincrement
|
||||
- name: password_hash
|
||||
type: varchar
|
||||
limit: 250
|
||||
|
|
Loading…
Reference in a new issue