I have tried all the possible solutions available on internet like
- change character set to utf-8 and collate utf-8_unicode_general_ci
- change fonts in preferences
- edit in wb_options.xml file
Is mysql Workbench doesn't support kruti dev 010 fonts in table columns??
CREATE TABLE `पदस्थापना_न्यायालय`.`उत्तराधिकारी` (
`यूनिक_कोड` BIGINT(200) NOT NULL,
`जीवनसाथीकानाम` NVARCHAR(200) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci' NULL,
PRIMARY KEY (`यूनिक_कोड`),
UNIQUE INDEX `यूनिककोड_UNIQUE` (`यूनिककोड` ASC) VISIBLE)
ENGINE = InnoDB
DEFAULT CHARACTER SET = utf8;
Is I have to name schema and table names in english ??