-
Notifications
You must be signed in to change notification settings - Fork 1
data structure
Shunsuke Wada edited this page Feb 13, 2016
·
6 revisions
Data structure for this module use on ets
| column name | data type | description |
|---|---|---|
| id | integer | primary key |
| repo | string | repository fullpath, like letusfly85/github_stalking. logical primary key |
| number | integer | issue number of a repository. logical primary key |
| title | string | issue title |
| summary | string | issue summary |