Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitmanv authored Sep 13, 2017
1 parent 8773c38 commit 5efbada
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## description
useful db collections

## location database
### country-state
id | parent_id | name
--- | --- | ---
1 | 0 | china
2 | 1 | hujian

### province - city - region of China in Chinese
id | parent_id | name | level
--- | --- | --- | ---
1 | 0 | 中国 | 0
2 | 1 | 北京 | 1

0 comments on commit 5efbada

Please sign in to comment.