数据库脚本: — ——————————————————– — — 表的结构 `highot_attachment` — 复制代码 代码如下: CREATE TABLE IF NOT EXISTS `highot_attachment` ( `id` int(11) NOT NULL auto_increment, `phone_number_id` int(11) NOT NULL COMMENT ‘phone_number表id’, `highot_attachment` longblob N