INFO Running migrations. 2015_04_12_000000_create_orchid_users_table .................... 2.62ms DONE 2015_10_19_214424_create_orchid_roles_table .................... 1.45ms DONE 2015_10_19_214425_create_orchid_role_users_table ............... 0.95ms DONE 2017_09_17_125801_create_notifications_table ................... 1.53ms DONE 2024_01_01_000000_create_categories_table ...................... 0.49ms FAIL In Connection.php line 826: SQLSTATE[HY000]: General error: 1 table "categories" already exists (Connec tion: sqlite, SQL: create table "categories" ("id" integer primary key auto increment not null, "name" varchar not null, "slug" varchar not null, "desc ription" text, "icon" varchar, "color" varchar, "status" varchar not null d efault 'active', "sort_order" integer not null default '0', "created_at" da tetime, "updated_at" datetime)) In Connection.php line 564: SQLSTATE[HY000]: General error: 1 table "categories" already exists