Advertisement
pr4wn

SQL Patch for pwntter

Feb 3rd, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.39 KB | None | 0 0
  1.  
  2. ALTER TABLE `pwntter`.`users` CHANGE COLUMN `followers_count` `followers_count` BIGINT(20) NULL DEFAULT '0'  , CHANGE COLUMN `friends_count` `friends_count` BIGINT(20) NULL DEFAULT '0'  ;
  3. ALTER TABLE `pwntter`.`users` CHANGE COLUMN `favourites_count` `favourites_count` BIGINT(20) NULL DEFAULT '0'  ;
  4. ALTER TABLE `pwntter`.`users` CHANGE COLUMN `statuses_count` `statuses_count` BIGINT(20) NULL  ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement