Table refresh

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

9.3.0.5104

Suppose t already exists, but only with f1 and we run this

DROP TABLE IF EXISTS t;

CREATE TABLE t ( f1 VARCHAR(200) NULL DEFAULT NULL, f2 VARCHAR(200) NULL DEFAULT NULL

) ENGINE=MyISAM;

Switch to data tab, even switch to another table and then back to t, the data tab shows only f1 (including basic table info - only f1...), ... until entire db refresh.

ansgar's profile image ansgar posted 7 years ago Permalink

That's not the case here, on v9.4. Although I don't recall I fixed that, probably I have done so. Please update your HeidiSQL to at least v9.4, or to the latest nightly build.

[expired user #10730]'s profile image [expired user #10730] posted 7 years ago Permalink

Hello there! How can i used this code in HeidiSQL? i don't to know because i am working for writing in UK.

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