dburl geaendert

This commit is contained in:
Ali
2026-02-20 19:32:20 +09:00
parent 4357d80ce3
commit 54fbbd32d9

View File

@@ -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