YCQL Alter table add transaction property

Is it possible to alter a table and add transaction support?

cqlsh:example> ALTER TABLE employees WITH transactions = { 'enabled' : true };

Just found [YCQL] Make it clear that transactions can't be enabled after table creation · Issue #1048 · yugabyte/yugabyte-db · GitHub, I guess it is still not possible.