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: prisma/seed2.js
+119-5Lines changed: 119 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,60 @@
1
1
const{PrismaClient}=require('@prisma/client')
2
2
constprisma=newPrismaClient()
3
3
4
+
constdisabilityCount=6
5
+
consttitles=[
6
+
'Interesting City',
7
+
'Special needs? More like special gots!',
8
+
'Horrible',
9
+
'Weird',
10
+
'Its okay'
11
+
]
12
+
13
+
constmessages=[
14
+
'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.',
15
+
'Eros adversarium vel ut. Ius oporteat dignissim ex, quo et constituam dissentiunt.',
16
+
'Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates',
17
+
'According to all known laws of aviation, there is no way a bee should be able to fly.\n'+
18
+
'Its wings are too small to get its fat little body off the ground.\n'+
19
+
'The bee, of course, flies anyway because bees don\'t care what humans think is impossible.\n'+
0 commit comments