SQL query:
INSERT INTO `font` VALUES (19, 'Assimilate', '', '2009-11-15 16:45:54', 'active', 0, 'ASSIMILA.TTF', NULL, '', '', 0, 1, '', '', '');
MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
I'm getting the above error when I try to run the ps_fonts_font_pack.sql file from my offline folder. Am I doing something wrong?
INSERT INTO `font` VALUES (19, 'Assimilate', '', '2009-11-15 16:45:54', 'active', 0, 'ASSIMILA.TTF', NULL, '', '', 0, 1, '', '', '');
MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
I'm getting the above error when I try to run the ps_fonts_font_pack.sql file from my offline folder. Am I doing something wrong?