I made a EER diagram and I am trying to Forward Engineer it but I get this error and I can\'t find the mistake.
Executing SQL script in server ERROR: Erro
Before you forward engineering tick the below options and continue the process,
Go to the option section > Under the set options for Database to be created
And continue the forward engineering process.
can you add engine
ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
This is mysql version issue Remove the VISIBLE. and run the code manually . Or update mysql server and the client into same version .
(Wallets_idWallets
ASC) VISIBLE into (Wallets_idWallets
ASC)