code completion does not work

BubikolRamios's profile image BubikolRamios posted 11 years ago in General Permalink


There is a result set of (t.a) to prove that column is there.Code completion for other table works.

Create code for table test:

CREATE TABLE `test` (
`a` VARCHAR(300) NOT NULL COLLATE 'utf8_slovenian_ci',
`b` VARCHAR(200) NOT NULL COLLATE 'utf8_slovenian_ci',
`c` VARCHAR(200) NOT NULL COLLATE 'ucs2_slovenian_ci'
)
COLLATE='utf8_slovenian_ci'
ENGINE=MyISAM;

Please login to leave a reply, or register at first.