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