Could anyone tell me how to resolve these mismatch issues with my schema.
h5p_nodes
column filtered - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'size' => 'big', 'not null' => TRUE, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'size' => 'big', 'not null' => TRUE)