|
Posted by ulyx on 12/13/06 10:43
Im using this :
CREATE TABLE `ae_gallery` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(64) character set utf8 NOT NULL,
`ext` varchar(8) character set utf8 NOT NULL,
`image_time` timestamp NOT NULL default,
CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`data` mediumblob NOT NULL,
PRIMARY KEY (`id`)
);
and i get each time #1064 error.
I know that this is becuse version mismatch but how can i avoid this.Which
variables are changed and which not, from last versions ?
Navigation:
[Reply to this message]
|