Advertisement
Rochet2

Untitled

Oct 7th, 2011
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.23 KB | None | 0 0
  1. ALTER TABLE gossip_conditions
  2.     ADD COLUMN `Key` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Key that allows you to manually edit the values. Not used for anything.' AFTER `bool`,
  3.     DROP PRIMARY KEY,
  4.     ADD PRIMARY KEY (`Key`);
  5.  
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement