Skip to content

Commit

Permalink
update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimondev committed Apr 22, 2024
1 parent 7c5ad10 commit 1ddf736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/app/api/code-generation/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ CREATE TABLE "public"."users" (
Add always the schema name "public" before the table's name.
Ensure the generated SQL code accurately represents the visual schema for Supabase, including table relationships where present.
**IMPORTANT**: Arrange table creation in the SQL script in a logical order to avoid reference errors. Tables that reference other tables should be created after the tables they reference.
Return only the SQL code without any additional characters like backticks or formatting indicators.`;

const ratelimit =
Expand Down

0 comments on commit 1ddf736

Please sign in to comment.