the Schema module reports:
column revision_id - difference on: length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'length' => 10, 'not null' => FALSE)
actual: array('description' => 'The current version identifier.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE)
If memory serves a INT definition doesn't require a length to be added to it. If I delete the definition the issue goes away.
Thanks in advance.
Comments
Comment #2
johnvOK, I installed Schema module. I corrected the error.
There was also a remark on workflow_access table, which I corrected.
I disabled, uninstalled and installed workflow_access, added records and all seems OK.,
Comment #4
johnvI checked D8:
workflow_node_history: that is now in WorkflowTransition::baseFieldDefinitions();
workflow_access: it was alrady changed tot the new Varchar32 definition. It still has " ''default' => '', "
I left that, but added the description.
Comment #6
johnvThanks.