mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 11:43:23 +02:00
Base de donnée opé
This commit is contained in:
@@ -6,6 +6,14 @@ generator client {
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
provider = "mysql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model Jeux{
|
||||
id Int @id @default(autoincrement())
|
||||
Title String
|
||||
Description String
|
||||
Picture String @db.VarChar(255)
|
||||
Workers String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user