Dolt allows me to create a table with more than 64 characters. But later gives an error about it.
query error: string 'ix_uq_country_division_translation_country_division_id_language_code' is too large for column 'varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci'
I think it should not allow table to create if index/column_name/table_name/ etc. is longer than 64