INSERT INTO返回错误1364 - 字段没有默认值

时间:2016-05-25 15:01:58

标签: javascript php sql

mySQL警告! 数据库错误:查询时出现mySQL错误:

PHPExcel::sheetNameExists()

更多信息:

INSERT INTO ` LOG` (`user_id`, `ip`, `created`, `type`, `message`,
                    `info_icon`, `importance`) 
VALUES ('admin', '112.134.33.142', NOW(), 
        'user','User admin has successfully logged out.','user', 'no');

1 个答案:

答案 0 :(得分:2)

您错过了一个字段 - >插入查询中的function equalHeight(){ $(".equalHeight").each(function(){ var findHeight = $(this).height(); var maxHeight = Math.max.apply(Math, $(this).map(function(){ $(this).height('100%'); return $(this).height(); })); $(".equalHeight").height(maxHeight); }); } $(window).resize(function(){ equalHeight(); }); equalHeight(); 。为其添加该字段和值。

示例: INSERT INTO failedLOGuser_idipcreatedtype,  messageinfo_iconimportance)价值观                   ('admin','112.134.33.142',NOW(),                    '用户','用户管理员已成功退出。','用户','不','您的失败值');