create table LogFile ( "UserN" integer not null, "Vreme" timestamp not null default current timestamp, "Tip" smallint not null, "LogText" varchar(250), "N" integer not null default autoincrement, "PoslData" timestamp, "UNP" varchar(30) ) GO