1
0

Expand the size of the tweet column until I better understand how G3 handles UTP-8 and Twitter's tweet length rules and UTF-8.

This commit is contained in:
Chad Kieffer 2011-02-13 14:10:40 -07:00
parent b8d92a59af
commit 00b1f375c6

View File

@ -25,7 +25,7 @@ class twitter_installer {
`id` int(9) NOT NULL AUTO_INCREMENT,
`item_id` int(9) NOT NULL,
`twitter_id` decimal(20,0) NULL,
`tweet` varchar(140) NOT NULL,
`tweet` varchar(255) NOT NULL,
`sent` int(9) NULL,
`created` int(9) NOT NULL,
PRIMARY KEY (`id`))