Re: tinyblob vs varchar(255) binary
FFMG wrote:
> Hi,
>
> I cannot see a real difference between ROWA and ROWB
>
> CREATE TABLE THE_TABLE
> (
> ROWA varchar(255) binary NOT NULL default '',
> ROWA tinyblob NOT NULL
> )ENGINE=InnoDB, DEFAULT CHARSET=utf8;
>
> As far as I can see they are both 255 chars binary, (one can have
> default while the other cannot).
> Are they not both the same?
>
> FFMG
I can't even see a ROWB???
|