diff --git a/docs/subsystems/ving-schema.md b/docs/subsystems/ving-schema.md index 6af29ab2..ee39cee7 100644 --- a/docs/subsystems/ving-schema.md +++ b/docs/subsystems/ving-schema.md @@ -176,7 +176,7 @@ These are used to add a child relationship. They are virtual because they make n Now that you've created or updated your schema, you can generate [Drizzle](drizzle) tables from with this command: ```bash -./ving.mjs schema --tables +./ving.mjs drizzle --tables ``` > Note that you shouldn't ever need to modify these table files directly. If you need to change them, update the ving schema and run the above command again. \ No newline at end of file