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:
|
entities:
|
||||||
user:
|
user:
|
||||||
- name: id
|
- name: id
|
||||||
type: uuid
|
type: integer
|
||||||
key: true
|
key: true
|
||||||
|
option: autoincrement
|
||||||
- name: password_hash
|
- name: password_hash
|
||||||
type: varchar
|
type: varchar
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
Loading…
Reference in a new issue