@dennisameling here is the error:
An error occurred while attempting to install the data: An exception occurred while executing ‘CREATE TABLE mleads (id BIGINT UNSIGNED AUTO_INCREMENT NOT NULL, owner_id INT UNSIGNED DEFAULT NULL, stage_id INT UNSIGNED DEFAULT NULL, is_published TINYINT(1) NOT NULL, date_added DATETIME DEFAULT NULL, created_by INT DEFAULT NULL, created_by_user VARCHAR(191) DEFAULT NULL, date_modified DATETIME DEFAULT NULL, modified_by INT DEFAULT NULL, modified_by_user VARCHAR(191) DEFAULT NULL, checked_out DATETIME DEFAULT NULL, checked_out_by INT DEFAULT NULL, checked_out_by_user VARCHAR(191) DEFAULT NULL, points INT NOT NULL, last_active DATETIME DEFAULT NULL, internal LONGTEXT DEFAULT NULL COMMENT ‘(DC2Type:array)’, social_cache LONGTEXT DEFAULT NULL COMMENT ‘(DC2Type:array)’, date_identified DATETIME DEFAULT NULL, preferred_profile_image VARCHAR(191) DEFAULT NULL, title VARCHAR(191) DEFAULT NULL, firstname VARCHAR(191) DEFAULT NULL, lastname VARCHAR(191) DEFAULT NULL, company VARCHAR(191) DEFAULT NULL, position VARCHAR(191) DEFAULT NULL, email VARCHAR(191) DEFAULT NULL, phone VARCHAR(191) DEFAULT NULL, mobile VARCHAR(191) DEFAULT NULL, address1 VARCHAR(191) DEFAULT NULL, address2 VARCHAR(191) DEFAULT NULL, city VARCHAR(191) DEFAULT NULL, state VARCHAR(191) DEFAULT NULL, zipcode VARCHAR(191) DEFAULT NULL, timezone VARCHAR(191) DEFAULT NULL, country VARCHAR(191) DEFAULT NULL, fax VARCHAR(255) DEFAULT NULL, preferred_locale VARCHAR(255) DEFAULT NULL, attribution_date DATETIME DEFAULT NULL, attribution DOUBLE PRECISION DEFAULT NULL, website LONGTEXT DEFAULT NULL, facebook VARCHAR(255) DEFAULT NULL, foursquare VARCHAR(255) DEFAULT NULL, instagram VARCHAR(255) DEFAULT NULL, linkedin VARCHAR(255) DEFAULT NULL, skype VARCHAR(255) DEFAULT NULL, twitter VARCHAR(255) DEFAULT NULL, INDEX IDX_D41A0F687E3C61F9 (owner_id), INDEX IDX_D41A0F682298D193 (stage_id), INDEX mlead_date_added (date_added), INDEX mdate_identified (date_identified), INDEX mtitle_search (title), INDEX mfirstname_search (firstname), INDEX mlastname_search (lastname), INDEX mcompany_search (company), INDEX mposition_search (position), INDEX memail_search (email), INDEX mmobile_search (mobile), INDEX mphone_search (phone), INDEX mpoints_search (points), INDEX mfax_search (fax), INDEX maddress1_search (address1), INDEX maddress2_search (address2), INDEX mcity_search (city), INDEX mstate_search (state), INDEX mzipcode_search (zipcode), INDEX mcountry_search (country), INDEX mpreferred_locale_search (preferred_locale), INDEX mtimezone_search (timezone), INDEX mlast_active_search (last_active), INDEX mattribution_date_search (attribution_date), INDEX mattribution_search (attribution), INDEX mfacebook_search (facebook), INDEX mfoursquare_search (foursquare), INDEX minstagram_search (instagram), INDEX mlinkedin_search (linkedin), INDEX mskype_search (skype), INDEX mtwitter_search (twitter), INDEX mcontact_attribution (attribution, attribution_date), INDEX mdate_added_country_index (date_added, country), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
ENGINE = InnoDB ROW_FORMAT = DYNAMIC’: SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.