Update erd-dsl.md
This commit is contained in:
parent
6012bbd657
commit
f019702471
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ entities:
|
||||||
- name: id
|
- name: id
|
||||||
type: integer
|
type: integer
|
||||||
key: true
|
key: true
|
||||||
option: autoincrement
|
options: ['autoincrement']
|
||||||
- name: password_hash
|
- name: password_hash
|
||||||
type: varchar
|
type: varchar
|
||||||
limit: 250
|
limit: 250
|
||||||
|
|
Loading…
Reference in a new issue