Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsilver/thailand-provinces
รายชื่อจังหวัดในประเทศไทย พร้อมอำเภอ
https://github.com/parsilver/thailand-provinces
Last synced: 3 days ago
JSON representation
รายชื่อจังหวัดในประเทศไทย พร้อมอำเภอ
- Host: GitHub
- URL: https://github.com/parsilver/thailand-provinces
- Owner: parsilver
- Created: 2015-09-03T12:20:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T05:02:37.000Z (10 months ago)
- Last Synced: 2024-01-25T06:23:17.471Z (10 months ago)
- Size: 185 KB
- Stars: 195
- Watchers: 14
- Forks: 245
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ฐานข้อมูลจังหวัด
### 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](http://www.ssckp.org/information-technology-for-crewphra-news/79-temples-tumbons-districts-amphures-77-provinces-database)
- อื่นๆ (หลายที่เหลือเกิน)