You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/subsystems/ving-schema.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ These are used to add a child relationship. They are virtual because they make n
176
176
Now that you've created or updated your schema, you can generate [Drizzle](drizzle) tables from with this command:
177
177
178
178
```bash
179
-
./ving.mjs schema --tables
179
+
./ving.mjs drizzle --tables
180
180
```
181
181
182
182
> 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.
0 commit comments