CREATE TABLE IF NOT EXISTS `present_give` (
`id` int(11) NOT NULL
AUTO_INCREMENT,
`id_user` int(11) NOT NULL,
`id_give` int(11) NOT
NULL,
`id_p` int(11) NOT NULL,
`time` int(11) NOT NULL,
`coment`
varchar(150) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=cp1251;