Skip to content

Commit 1a7f8a5

Browse files
etroynovWikiRik
andauthored
docs: update FAQ (#1143)
* docs(docs-imprv): add additional info * Update docs/FAQ.md Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com> Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
1 parent ca76223 commit 1a7f8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $ sequelize init
66
```
77

88
## How can I generate a model?
9-
Specify model name with `--name` argument. List of table fields can be passed with `--attributes` option
9+
Specify model name with `--name` argument. List of table fields can be passed with `--attributes` option (comma separated with no spaces at all)
1010
```
1111
$ sequelize model:create --name User --attributes name:string,state:boolean,birth:date,card:integer,role:enum:'{Admin,Guest}'
1212
```

0 commit comments

Comments
 (0)