8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5d3f2 commit a8a8b01Copy full SHA for a8a8b01
docs/content/1.docs/4.recipes/2.drizzle.md
@@ -188,16 +188,14 @@ export default defineTask({
188
email: 'john@example.com',
189
password: 'password123',
190
avatar: 'https://example.com/avatar/john.png',
191
- createdAt: new Date(),
192
- role: 'admin'
+ createdAt: new Date()
193
},
194
{
195
name: 'Jane Doe',
196
email: 'jane@example.com',
197
198
avatar: 'https://example.com/avatar/jane.png',
199
200
201
}
202
]
203
await useDrizzle().insert(tables.users).values(users)
0 commit comments