START TRANSACTION; ALTER TABLE tgrupo ADD COLUMN max_agents int(10) NOT NULL DEFAULT 0; COMMIT;