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: README.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,22 +347,9 @@ and OSS models to generate the TypeScript Data Models required to implement this
347
347
You'll be able to browse and choose which of the AI Models you prefer which you can accept by pressing `a`
348
348
to `(a) accept`. These are the data models [Claude Sonnet 4.5 generated](https://servicestack.net/text-to-blazor?id=1764337230546) generated for this prompt.
349
349
350
-
If your happy to use the data-models as-is you can run the DB Migrations to create these RDBMS tables:
351
-
352
-
```bash
353
-
npm run migrate
354
-
```
355
-
356
-
Otherwise you can make whatever customizations you want to the `Table.d.ts` data models then re-run the `okai` tool to re-generate the AutoQuery APIs and DB Migrations before running the migration.
357
-
358
-
```bash
359
-
npx okai Table.d.ts
360
-
npm run migrate
361
-
```
362
-
363
350
#### Regenerate AutoQuery APIs and DB Migrations
364
351
365
-
After modifying the TypeScript Data Model to include the desired fields, re-run the `okai` tool to re-generate the AutoQuery APIs and DB Migrations:
352
+
After modifying the `Table.d.ts`TypeScript Data Model to include the desired fields, re-run the `okai` tool to re-generate the AutoQuery APIs and DB Migrations:
0 commit comments