CREATE TRIGGER on table '%1!s!' failed because you cannot create a trigger on a table with a clustered columnstore index. ...

CREATE TRIGGER on table '%1!s!' failed because you cannot create a trigger on a table with a clustered columnstore index. Consider enforcing the logic of the trigger in some other way, or if you must use a trigger, use a heap or B-tree index instead.