Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 authored Feb 2, 2018
1 parent b26dac3 commit 8a9f86d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Telegram bot for looking for news. Has scheduling and preferences
max_results | int(3) | YES | | NULL |
next_prog | varchar(150) | YES | | NULL |
usr_name | varchar(150) | YES | | NULL |
last_time | varchar(50) | YES | | NULL |


Use:
Expand Down Expand Up @@ -51,7 +52,9 @@ Use:

-> is_prog VARCHAR(5),

-> is_pref VARCHAR(5)
-> is_pref VARCHAR(5),

-> last_time VARCHAR(50)

);
```
Expand Down

0 comments on commit 8a9f86d

Please sign in to comment.