By oib on
Hello,
the module schema shows me that the blogapi_files table had some difference between the database and the install file
column fid:
declared: array('type' => 'serial')
actual: array('type' => 'serial', 'not null' => TRUE, 'disp-width' => '11')
what to do?
thank you
Comments
lookup known issues
I found more information about this issue there: #314500: Incorrect mismatches, particularly regarding MySQL SIGNED INT values.