Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

รายชื่อจังหวัดในประเทศไทย พร้อมอำเภอ

Notifications You must be signed in to change notification settings

parsilver/thailand-provinces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ฐานข้อมูลจังหวัด

Note

** Repo นี้ไม่อัพเดทแล้วนะครับผม เนื่องจากแหล่งที่มาของข้อมูลถูกปิดไปนานแล้ว


เป็นไฟล์ .sql นะครับ ซึ่งภายในประกอบไปด้วย

  • ภาค
  • ชื่อจังหวัด
  • อำเภอ
  • ตำบล
  • รหัสไปรษณีย์
  • รหัสจังหวัด, อำเภอ
  • ชื่อ จังหวัด, อำเภอภาษาอังกฤษ

ตารางข้อมูล

geographies

Field Type Key
id Integer PK
name Varchar(255)

provinces

Field Type Key
id Integer PK
code Varchar(150)
name_th Varchar(150)
name_en Varchar(150)
geography_id Integer

amphures

Field Type Key
id Integer PK
code Varchar(4)
name_th Varchar(150)
name_en Varchar(150)
province_id Integer

districts

Field Type Key
id Integer PK
zip_code Integer
name_th Varchar(150)
name_en Varchar(150)
amphure_id Integer

อ้างอิงจาก

  • www.ssckp.org
  • อื่นๆ (หลายที่เหลือเกิน)

About

รายชื่อจังหวัดในประเทศไทย พร้อมอำเภอ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages