|
Posted by CAH on 11/15/29 11:27
Gerard wrote:
> CREATE TABLE `usr_languages` (
> `pageName` varchar(25) default '',
> `itemNo` int(11) default '0',
> `en` text,
> `fr` text,
> `it` text
> PRIMARY KEY ( `pageName` , `itemNo` )
> ) TYPE=MyISAM COMMENT='different languages';
>
> I guess this should help in you with this table definition.
Hi Gerard
Thanks a lot - I did it with "alter table" since i alredy have the
table, and it did the trick. I do however think it my be a bug in
phpmyadmin that causes the error, but anyhow it worked.
Thanks for the help.
Cah
[Back to original message]
|