View file pets.sql
CREATE TABLE `pets` ( `id` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL, `id_з` int(11) NOT NULL, `id_p` int(11) NOT NULL, `time` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;