The issue I am having is I am receiving the following error, I went into MySql and ran:
ALTER TABLE block_content__field_views_reference_book MODIFY COLUMN fiel
this is what i tried and it works, for drupal 8
ALTER TABLE node_field_data MODIFY title VARCHAR(500); ALTER TABLE node_field_revision MODIFY title VARCHAR(500);