Support MariaDB
The table containing virtual columns is not visible in dbForge Studio for MySQL:
CREATE TABLE IF NOT EXISTS table1
(
test
varchar(255) DEFAULT NULL,
users_index
varchar(15) AS (CONCAT('test', test)) PERSISTENT,
UNIQUE KEY test
(test
)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
The feature is implemented in dbForge Studio for MySQL, v6.1.
-
Federico Alves commented
I think you are late in the game. Since the moment MariaDB came about, you should have run to support it. If they offer free a critical feature that was paid before, they are bound to succeed.
-
Federico Alves commented
Maria DB is the future if MySQL, for one single reason: offer free a feature that Oracle charges for, a thread-pool, and that feature makes all the difference
-
AdminDevart (_, Devart) commented
Tried to create table for Aria Engine -> Could not do it. I see transactional support but could not trigger it.