dburl geaendert
This commit is contained in:
@@ -13,13 +13,13 @@ datasource db {
|
|||||||
provider = "postgresql"
|
provider = "postgresql"
|
||||||
}
|
}
|
||||||
|
|
||||||
model User {
|
model user {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
username String @unique
|
username String @unique
|
||||||
password String
|
password String
|
||||||
}
|
}
|
||||||
|
|
||||||
model Elements {
|
model elements {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
inhalt String
|
inhalt String
|
||||||
bundesland String
|
bundesland String
|
||||||
|
|||||||
Reference in New Issue
Block a user