1 2 3 4 5
BEGIN; alter table inventoryitems add column inventoryGroupPermissions integer unsigned not null default 0; COMMIT;