Update erd-dsl.md

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

View file

@ -12,8 +12,9 @@
entities:
user:
- name: id
type: uuid
type: integer
key: true
option: autoincrement
- name: password_hash
type: varchar
limit: 250