Import from console prints:
ERROR 1170 (42000) at line 254: BLOB/TEXT column 'uuid' used in key specification without a key length
CREATE TABLE cardForeignData ( id INTEGER PRIMARY KEY AUTO_INCREMENT, faceName TEXT, flavorText TEXT, identifiers TEXT, language TEXT, multiverseId INTEGER, name TEXT, text TEXT, type TEXT, uuid TEXT )ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
The syntax for the uuid field does not match the syntax of the uuid field in other tables which is:
uuid VARCHAR(36) NOT NULL