Помогите исрпавить таблицу
CREATE TABLE IF NOT EXISTS `forum_p` (
`id` int(20) NOT NULL,
`id_r` int(20) NOT NULL,
`id_pr` int(20) NOT NULL,
`msg` blob,
`type` int(20) NOT NULL,
`id_us` int(20) NOT NULL,
`time` bigint(30) DEFAULT NULL,
`id_thema` int(11) DEFAULT NULL,
`cit` int(11) NOT NULL,
`del` int(5) NOT NULL DEFAULT '0',
`up` int(5) NOT NULL DEFAULT '0'
) ENGINE=Aria DEFAULT CHARSET=cp1251 PACK_KEYS=0 PAGE_CHECKSUM=0 TRANSACTIONAL=0;#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PAGE_CHECKSUM=0 TRANSACTIONAL=0' at line 13