table description in database differs from script definition

2002-01-24 Thread Victoria Reznichenko
Roman, Thursday, January 24, 2002, 2:36:45 PM, you wrote: RZ> i create table from script: RZ> create table if not exists msg00m1 ( RZ> id int primary key auto_increment, RZ> hid int not null, RZ> dsg char(10) not null, RZ> nt char(7) not null, RZ> gn char(2) not nu

table description in database differs from script definition

2002-01-24 Thread Roman Zagorowski
i create table from script: create table if not exists msg00m1 ( id int primary key auto_increment, hid int not null, dsg char(10) not null, nt char(7) not null, gn char(2) not null, wot char(12) not null, k char(19) not null, k2 varchar(20) not nul