Skip to content

Commit 6914cae

Browse files
ajeetrainadvdksn
andauthored
Update content/guides/use-case/pre-seeding.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 70c4efe commit 6914cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/use-case/pre-seeding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Assuming that you have an existing Postgres database instance up and running, fo
9797

9898
The SQL script creates a new database called `sampledb`, connects to it, and creates a `users` table. The table includes an auto-incrementing `id` as the primary key, a `name` field with a maximum length of 50 characters, and a unique `email` field with up to 100 characters.
9999

100-
After creating the table, the commands insert three users into the `users` table with their respective names and emails. This setup forms a basic database structure to store user information with unique email addresses.
100+
After creating the table, the `INSERT` command inserts three users into the `users` table with their respective names and emails. This setup forms a basic database structure to store user information with unique email addresses.
101101

102102
2. Run the following command to seed the database
103103

0 commit comments

Comments
 (0)