CREATE TABLE IF NOT EXISTS `jurnal_forum` (
`id` int(11) NOT NULL
AUTO_INCREMENT,
`id_user` int(11) DEFAULT NULL,
`them_id` int(11)
DEFAULT NULL,
`date` int(11) NOT NULL,
`up` int(11) NOT NULL,
`upset`
int(11) NOT NULL,
`time` int(11) NOT NULL,
`del` int(11) NOT NULL,
`otkl` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=utf8;