| name | type | length | Field explanation | Remark |
| id | int | 32 | id | non-null, primary key |
| url | varchar | 255 | url | non empty |
| title | varchar | 255 | Article title. | non empty |
| content | longtext | 265 | Text content | primary key |
| create date | datetime | 32 | Article creation date | non empty |