You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fees' already exists (SQL: create table fee s (fee_id int unsigned not null auto_increment primary key, academic_id int unsigned not null, level_i d int unsigned not null, fee_type_id int unsigned not null, fee_heading varchar(100) null, amount dou
ble(8, 2) not null) default character set utf8mb4 collate utf8mb4_unicode_ci)
In Connection.php line 449:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fees' already exists
The text was updated successfully, but these errors were encountered:
λ php artisan migrate
In Connection.php line 647:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fees' already exists (SQL: create table
fee s
(fee_id
int unsigned not null auto_increment primary key,academic_id
int unsigned not null,level_i d
int unsigned not null,fee_type_id
int unsigned not null,fee_heading
varchar(100) null,amount
double(8, 2) not null) default character set utf8mb4 collate utf8mb4_unicode_ci)
In Connection.php line 449:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'fees' already exists
The text was updated successfully, but these errors were encountered: