From f019702471f49956a6b654031472c10d3ed78482 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 17 May 2020 21:36:09 +0200 Subject: [PATCH] Update erd-dsl.md --- doc/erd-dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/erd-dsl.md b/doc/erd-dsl.md index 0a8d127..40ed7db 100644 --- a/doc/erd-dsl.md +++ b/doc/erd-dsl.md @@ -14,7 +14,7 @@ entities: - name: id type: integer key: true - option: autoincrement + options: ['autoincrement'] - name: password_hash type: varchar limit: 250