3 lines
107 B
SQL
3 lines
107 B
SQL
ALTER TABLE `zt_team` DROP PRIMARY KEY;
|
|
ALTER TABLE `zt_team` ADD PRIMARY KEY (`root`, `type`, `account`);
|