Code: Select all
ERROR:
INSERT INTO serendipity_faq_categorys (id,parent_id,language,category,introduction,catorder) values ('', '0', 'en', 'test', 'test', '1')
/ Out of range value adjusted for column 'id' at row 1
Code: Select all
ERROR:
INSERT INTO serendipity_faq_categorys (id,parent_id,language,category,introduction,catorder) values ('', '0', 'en', 'test', 'test', '1')
/ Out of range value adjusted for column 'id' at row 1
Code: Select all
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Code: Select all
sql-mode="NO_UNSIGNED_SUBTRACTION,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"