Connected to database successfully Applying migration: 001_create_providers_table.sql Migration applied successfully Applying migration: 002_alter_providers_health_history.sql Migration applied successfully Applying migration: 002_create_hbcc_providers_table.sql Migration applied successfully Applying migration: 002_create_users_table.sql Error applying migration: SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "role_slug" of relation "roles" violates not-null constraint DETAIL: Failing row contains (530, admin, null, null, f, null, 2025-12-07 18:07:00.431118, 2025-12-07 18:07:00.431118). Applying migration: 003_update_health_history_constraints.sql Migration applied successfully Applying migration: 004_update_array_fields.sql Migration applied successfully Applying migration: 005_update_column_types.sql Error applying migration: SQLSTATE[42703]: Undefined column: 7 ERROR: column "typical_daily_expense" of relation "hbcc_providers" does not exist Applying migration: 006_update_users_roles.sql Error applying migration: SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "role_slug" of relation "roles" violates not-null constraint DETAIL: Failing row contains (531, admin, null, null, f, null, 2025-12-07 18:07:00.460933, 2025-12-07 18:07:00.460933). Applying migration: 007_fix_users_roles.sql Error applying migration: SQLSTATE[23503]: Foreign key violation: 7 ERROR: insert or update on table "users" violates foreign key constraint "fk_user_role" DETAIL: Key (role_id)=(2) is not present in table "roles". Applying migration: 008_create_modules_and_permissions.sql Migration applied successfully Applying migration: add_token_to_users.sql Migration applied successfully Applying migration: fix_users_table.sql Error applying migration: SQLSTATE[2BP01]: Dependent objects still exist: 7 ERROR: cannot drop column token of table users because other objects depend on it DETAIL: view user_details depends on column token of table users HINT: Use DROP ... CASCADE to drop the dependent objects too. All migrations completed