CREATE TABLE baza
(
id INT NOT NULL AUTO_INCREMENT,
man      text  NOT NULL,
woman     text  NOT NULL,
proc    int   NOT NULL,
PRIMARY KEY(id)
);