Fix incorrect example (#14)

Co-authored-by: April Schleck <april@exclusivelyducks.com>
This commit is contained in:
April Schleck 2022-07-26 06:23:51 -07:00 committed by GitHub
parent 57160e14b3
commit b626ee119f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,7 +455,7 @@ The `add_index` action will add a new index to an existing table.
```toml
[[actions]]
type = "create_table"
table = "users"
name = "users"
primary_key = "id"
[[actions.columns]]