Try doing this SQL:I tried this fix, but keep getting error on:
ALTER TABLE mptvdb.schedule ALTER directory varchar(1024) NULL;
It says it expects "add" or "set" before the "varchar(1024)" any suggestions?
ALTER TABLE mptvdb.schedule ADD directory varchar(1024) NULL;