Astro build funktioniert
This commit is contained in:
9
prisma/schema/Postleitzahlen.prisma
Normal file
9
prisma/schema/Postleitzahlen.prisma
Normal file
@@ -0,0 +1,9 @@
|
||||
model Postleitzahlen {
|
||||
id Int @id @default(autoincrement())
|
||||
plz String @db.VarChar(5)
|
||||
stadt String @db.VarChar(100)
|
||||
bundesland String @db.VarChar(100)
|
||||
landkreis String @db.VarChar(100)
|
||||
lat Float
|
||||
lon Float
|
||||
}
|
||||
Reference in New Issue
Block a user