Dropping all tables ............................................ 2.69ms DONE INFO Preparing database. Creating migration table ....................................... 3.11ms DONE INFO Running migrations. 0001_01_01_000000_create_users_table ........................... 3.98ms DONE 0001_01_01_000001_create_cache_table ........................... 1.36ms DONE 0001_01_01_000002_create_jobs_table ............................ 3.46ms DONE 2015_04_12_000000_create_orchid_users_table .................... 0.69ms DONE 2015_10_19_214424_create_orchid_roles_table .................... 1.26ms DONE 2015_10_19_214425_create_orchid_role_users_table ............... 0.80ms DONE 2017_09_17_125801_create_notifications_table ................... 1.48ms DONE 2024_01_01_000000_create_categories_table ...................... 1.33ms DONE 2024_01_01_000100_create_apps_table ............................ 1.99ms DONE 2024_01_01_000200_create_versions_table ........................ 0.88ms DONE 2025_11_28_221506_create_categories_table ...................... 0.52ms 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 check ("st atus" in ('active', 'inactive')) not null default 'active', "sort_order" in teger not null default '0', "created_at" datetime, "updated_at" datetime)) In Connection.php line 564: SQLSTATE[HY000]: General error: 1 table "categories" already exists