4 lines
59 B
MySQL
4 lines
59 B
MySQL
|
begin;
|
||
|
alter table allstarfull drop column "lgID";
|
||
|
commit;
|