View file jino/jino.sql
ALTER TABLE `user` add `time_gift` int(11) NOT NULL; CREATE TABLE `gifts_free` ( `id` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL, `time` int(11) NOT NULL, `type` text(1024) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;