Код: Выделить всё
Database Error: 1146 - Table 'demo.app_ext_cryptopro_certificates' doesn't exist
Query: delete from app_ext_cryptopro_certificates where users_id='1'
Page: /index.php?module=items/&action=delete&id=1&path=1
Код: Выделить всё
Database Error: 1146 - Table 'demo.app_ext_cryptopro_certificates' doesn't exist
Query: delete from app_ext_cryptopro_certificates where users_id='1'
Page: /index.php?module=items/&action=delete&id=1&path=1
Код: Выделить всё
CREATE TABLE IF NOT EXISTS `app_ext_cryptopro_certificates` (
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`users_id` int(11) NOT NULL,
`thumbprint` varchar(64) NOT NULL,
`certbase64` text NOT NULL,
PRIMARY KEY (`id`),
KEY `users_id` (`users_id`),
KEY `thumbprint` (`thumbprint`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;