Slide 8
Slide 8 text
ແݶʹ૿͑ଓ͚ΔΧϥϜ
CREATE TABLE `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tweets_count` int(11) NOT NULL DEFAULT '0',
`replies_count` int(11) NOT NULL DEFAULT '0',
`favorites_count` int(11) NOT NULL DEFAULT '0',
`retweets_count` int(11) NOT NULL DEFAULT '0',
`followers_count` int(11) NOT NULL DEFAULT '0',
`following_count` int(11) NOT NULL DEFAULT '0',
-- …