1
0
Fork 0

Made text and time longer.

master
Ambrose Chua 2016-10-31 02:43:14 +08:00
parent 549083c1fd
commit fbfc7c321f
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Log in to your MySQL server, then run the following:
```
CREATE TABLE microblog (
id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
txt VARCHAR(240) NOT NULL,
tim VARCHAR(20) NOT NULL
txt VARCHAR(320) NOT NULL,
tim VARCHAR(40) NOT NULL
)
```