Файл: comm_ava.sql Строк: 10
CREATE TABLE IF NOT EXISTS `comm_ava` (
`id` int(11) NOT NULL,
`id_user` int(11) NOT NULL,
`ank_ava` int(11) NOT NULL,
`time` int(11) NOT NULL,
`text` varchar(222) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT
NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;