ALTER TABLE assets ADD INDEX CreatorID(CreatorID);
キーの確認
SHOW INDEX FROM assets
インデックスキーの削除
ALTER TABLE assets DROP INDEX CreatorID;
RollBack to 0.8.2
alter table userinfo drop type;
alter table userinfo drop class;
alter table userinfo drop serverurl;
alter table userinfo COMMENT='Rev.2';
alter table balances COMMENT='Rev.2';
alter table totalsales COMMENT='Rev.2';
alter table transactions COMMENT='Rev.9';
Counter: 825,
today: 1,
yesterday: 0
最終更新: 2016-08-08 (月) 21:31:58 (JST) (2985d) by iseki