Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oawu/ci
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oawu/ci
- Owner: oawu
- License: other
- Created: 2015-06-16T01:55:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T17:36:03.000Z (over 7 years ago)
- Last Synced: 2024-03-21T17:59:52.524Z (9 months ago)
- Language: HTML
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## MySQL
* 建立 users、messages 兩張表,以下分別為欄位內容:
### users
| 欄位名稱 | 型態 | 長度 |
| ------- | --- | ---- |
| id | INT | 11 |
| name | VARCHAR | 255 |
| account | VARCHAR | 255 |
| password | VARCHAR | 255 |### messages
| 欄位名稱 | 型態 | 長度 |
| ------- | --- | ---- |
| id | INT | 11 |
| user_id | INT | 11 |
| content | TEXT | |
| created_at | DATETIME | |