想过关省事的,可以直接往res.txt文件直接复制下面的:
+-------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+----------------+
| messageId | int(11) | NO | PRI | NULL | auto_increment |
| sender | int(11) | YES | | NULL | |
| content | varchar(255) | YES | | NULL | |
| length | int(11) | YES | | NULL | |
| state | int(11) | YES | | NULL | |
| createdAt | date | YES | | NULL | |
+-------------+--------------+------+-----+---------+----------------+
6 rows in set (0.00 sec)