After the installation complete i see the following error SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'payment_gateway_credentials' already exists (SQL: create table payment_gateway_credentials
(id
int unsigned not null auto_increment primary key, paypal_client_id
varchar(191) null, paypal_secret
varchar(191) null, created_at
timestamp null, updated_at
timestamp null) default character set utf8 collate 'utf8_unicode_ci' engine = InnoDB)