Update erd-dsl.md

This commit is contained in:
Glenn Y. Rolland 2020-05-17 21:36:09 +02:00 committed by GitHub
parent 6012bbd657
commit f019702471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ entities:
- name: id
type: integer
key: true
option: autoincrement
options: ['autoincrement']
- name: password_hash
type: varchar
limit: 250