seguimos mejorando
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
output = "generated/client"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
|
||||
}
|
||||
|
||||
model Cliente {
|
||||
|
||||
Reference in New Issue
Block a user