Skip to content

Nyloth9/Popis-naselja-u-Hrvatskoj-sa-postanskim-brojevima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Popis je u JSON formatu.

DB schema:

model Naselja {
  id                     Int    @id @default(autoincrement()) @db.MediumInt
  NASELJE_MBR            Int
  NASELJE_NAZIV          String @db.VarChar(40)
  GROP_MBR               Int
  GROP_NAZIV             String @db.VarChar(50)
  NASELJE_POSTANSKI_BROJ Int
  ZUPANIJA_MBR           Int
  ZUPANIJA_NAZIV         String @db.VarChar(40)
}

About

Popis naselja u Hrvatskoj sa poštanskim brojevima

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published