Compare commits
4 Commits
7846a71759
...
b7ae3f12c0
Author | SHA1 | Date | |
---|---|---|---|
b7ae3f12c0 | |||
fcd0a199de | |||
02245c0f9c | |||
ae683f4b8a |
2818
db/db_gen.go
Normal file
2818
db/db_gen.go
Normal file
File diff suppressed because it is too large
Load Diff
15
db/query-engine-windows_gen.go
Normal file
15
db/query-engine-windows_gen.go
Normal file
File diff suppressed because one or more lines are too long
@ -3,6 +3,10 @@ datasource db {
|
|||||||
url = env("MONGO_URI")
|
url = env("MONGO_URI")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
generator db {
|
||||||
|
provider = "go run github.com/steebchen/prisma-client-go"
|
||||||
|
}
|
||||||
|
|
||||||
// The Pastes model is used to store the pastes that are created by the users.
|
// The Pastes model is used to store the pastes that are created by the users.
|
||||||
model Paste {
|
model Paste {
|
||||||
id String @id @map("_id")
|
id String @id @map("_id")
|
||||||
|
Reference in New Issue
Block a user